#238237

Color #238237 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #238237

Tints of Japanese Laurel #238237

Color information

#238237 (or 0x238237) is unknown color: approx Japanese Laurel. HEX triplet: 23, 82 and 37. RGB value is (35,130,55). Sum of RGB (Red+Green+Blue) = 35+130+55=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #238237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238237 is #DC7DC8. Grayscale: #5D5D5D. Windows color (decimal): -14450121 or 3637795. OLE color: 3637795.

HSL color Cylindrical-coordinate representation of color #238237: hue angle of 132.63º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238237 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB3513055-
CMYK0.7300.580.49
HSL132.63º57.58%32.35%-
HSV(B)132.63º73.08%50.98%-
XYZ9.3716.66.32-
YUV93.04106.5386.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 130 (51.17% from 255) = 59.09%
BLUE value IS 55 (21.88% from 255) = 25%
R=15.91%
G=59.09%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35130550.7300.580.49132.6357.5832.35
Hex2382374903A31853a20
Octal4320267111072612057240
Binary100011100000101101111001001011101011000110000101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238237; }

 p { color: rgb(35,130,55); }

 H1.HeaderClassName
 {
   color: #238237;
 }
 .AnyTagClassName
 {
   color: #238237;
 }
</style>
background-color css

<style>
 a { background-color: #238237; }

 a { background-color: rgb(35,130,55); }

 div.DivClassName
 {
   background-color: #238237;
 }
 .BgClassName
 {
   background-color: #238237;
 }
</style>
border-color css

<style>
 span { border-color: #238237; }

 span { border-color: rgb(35,130,55); }

 td.TdClassName
 {
   border-color: #238237;
 }
 .TagClassName
 {
   border-color: #238237;
 }
</style>