Html Css Color HEX #237F34 Japanese Laurel

📋 copy color: '#237F34'

red 35 ◦ green 127 ◦ blue 52

#237F34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #237F34

Tints of Japanese Laurel #237F34

RGB

 RED value IS 35 (14.06% from 255) = 16.36%

 GREEN value IS 127 (50% from 255) = 59.35%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 16.36%
G = 59.35%
B = 24.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#237F34 (or 0x237F34) is known color: Japanese Laurel. HEX triplet: 23, 7F and 34. RGB value is (35,127,52). Sum of RGB (Red+Green+Blue) = 35+127+52=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #237F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237F34 is #DC80CB. Grayscale: #5B5B5B. Windows color (decimal): -14450892 or 3440419. OLE color: 3440419.

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

Color convert

RGB 35 127 52 -
CMYK 0.72 0 0.59 0.50
HSL 131.09º 0.57% 0.32% -
HSV(B) 131.09º 0.72% 0.5% -
XYZ 8.9 15.78 5.83 -
YUV 90.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 35 127 52 0.72 0 0.59 0.50 131.09 0.57 0.32
Hex 23 7F 34 48 0 3B 32 83 39 20
Octal 43 177 64 110 0 73 62 203 71 40
Binary 100011 1111111 110100 1001000 0 111011 110010 10000011 111001 100000

Color Harmonies of #237F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237F34

Black with #237F34

Text Example


Text Example

White with #237F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #237F34;
 }
 .AnyTagClassName
 {
   color: #237F34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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