#237E35

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

Shades of Japanese Laurel #237E35

Tints of Japanese Laurel #237E35

Color information

#237E35 (or 0x237E35) is unknown color: approx Japanese Laurel. HEX triplet: 23, 7E and 35. RGB value is (35,126,53). Sum of RGB (Red+Green+Blue) = 35+126+53=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #237E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237E35 is #DC81CA. Grayscale: #5A5A5A. Windows color (decimal): -14451147 or 3505699. OLE color: 3505699.

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

Color convert

RGB3512653-
CMYK0.7200.580.51
HSL131.87º56.52%31.57%-
HSV(B)131.87º72.22%49.41%-
XYZ8.815.545.9-
YUV90.47106.8588.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 126 (49.61% from 255) = 58.88%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=16.36%
G=58.88%
B=24.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35126530.7200.580.51131.8756.5231.57
Hex237E354803A33843920
Octal4317665110072632047140
Binary10001111111101101011001000011101011001110000100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237E35; }

 p { color: rgb(35,126,53); }

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

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

 a { background-color: rgb(35,126,53); }

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

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

 span { border-color: rgb(35,126,53); }

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