#237F35

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

Shades of Japanese Laurel #237F35

Tints of Japanese Laurel #237F35

Color information

#237F35 (or 0x237F35) is unknown color: approx Japanese Laurel. HEX triplet: 23, 7F and 35. RGB value is (35,127,53). Sum of RGB (Red+Green+Blue) = 35+127+53=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #237F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237F35 is #DC80CA. Grayscale: #5B5B5B. Windows color (decimal): -14450891 or 3505955. OLE color: 3505955.

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

Color convert

RGB3512753-
CMYK0.7200.580.50
HSL131.74º56.79%31.76%-
HSV(B)131.74º72.44%49.8%-
XYZ8.9315.795.95-
YUV91.06106.5288.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 127 (50% from 255) = 59.07%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=16.28%
G=59.07%
B=24.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35127530.7200.580.50131.7456.7931.76
Hex237F354803A32843920
Octal4317765110072622047140
Binary10001111111111101011001000011101011001010000100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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