Html Css Color HEX #237B32 Japanese Laurel

📋 copy color: '#237B32'

red 35 ◦ green 123 ◦ blue 50

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

Shades of Japanese Laurel #237B32

Tints of Japanese Laurel #237B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 59.13%

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 16.83%
G = 59.13%
B = 24.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#237B32 (or 0x237B32) is known color: Japanese Laurel. HEX triplet: 23, 7B and 32. RGB value is (35,123,50). Sum of RGB (Red+Green+Blue) = 35+123+50=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #237B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237B32 is #DC84CD. Grayscale: #585858. Windows color (decimal): -14451918 or 3308323. OLE color: 3308323.

HSL color Cylindrical-coordinate representation of color #237B32: hue angle of 130.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237B32 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 123 50 -
CMYK 0.72 0 0.59 0.52
HSL 130.23º 0.56% 0.31% -
HSV(B) 130.23º 0.72% 0.48% -
XYZ 8.35 14.75 5.43 -
YUV 88.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 35 123 50 0.72 0 0.59 0.52 130.23 0.56 0.31
Hex 23 7B 32 48 0 3B 34 82 38 1F
Octal 43 173 62 110 0 73 64 202 70 37
Binary 100011 1111011 110010 1001000 0 111011 110100 10000010 111000 11111

Color Harmonies of #237B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237B32

Black with #237B32

Text Example


Text Example

White with #237B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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