#237F32

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

Shades of Japanese Laurel #237F32

Tints of Japanese Laurel #237F32

Color information

#237F32 (or 0x237F32) is unknown color: approx Japanese Laurel. HEX triplet: 23, 7F and 32. RGB value is (35,127,50). Sum of RGB (Red+Green+Blue) = 35+127+50=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #237F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237F32 is #DC80CD. Grayscale: #5A5A5A. Windows color (decimal): -14450894 or 3309347. OLE color: 3309347.

HSL color Cylindrical-coordinate representation of color #237F32: hue angle of 129.78º 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 #237F32 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB3512750-
CMYK0.7200.610.50
HSL129.78º56.79%31.76%-
HSV(B)129.78º72.44%49.8%-
XYZ8.8615.775.59-
YUV90.71105.0288.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 127 (50% from 255) = 59.91%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=16.51%
G=59.91%
B=23.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35127500.7200.610.50129.7856.7931.76
Hex237F324803D32823920
Octal4317762110075622027140
Binary10001111111111100101001000011110111001010000010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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