Html Css Color HEX #207C32 Japanese Laurel

📋 copy color: '#207C32'

red 32 ◦ green 124 ◦ blue 50

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

Shades of Japanese Laurel #207C32

Tints of Japanese Laurel #207C32

RGB

 RED value IS 32 (12.89% from 255) = 15.53%

 GREEN value IS 124 (48.83% from 255) = 60.19%

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

R = 15.53%
G = 60.19%
B = 24.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#207C32 (or 0x207C32) is known color: Japanese Laurel. HEX triplet: 20, 7C and 32. RGB value is (32,124,50). Sum of RGB (Red+Green+Blue) = 32+124+50=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #207C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C32 is #DF83CD. Grayscale: #585858. Windows color (decimal): -14648270 or 3308576. OLE color: 3308576.

HSL color Cylindrical-coordinate representation of color #207C32: hue angle of 131.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C32 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 124 50 -
CMYK 0.74 0 0.60 0.51
HSL 131.74º 0.59% 0.31% -
HSV(B) 131.74º 0.74% 0.49% -
XYZ 8.38 14.95 5.46 -
YUV 88.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 32 124 50 0.74 0 0.60 0.51 131.74 0.59 0.31
Hex 20 7C 32 4A 0 3C 33 84 3B 1F
Octal 40 174 62 112 0 74 63 204 73 37
Binary 100000 1111100 110010 1001010 0 111100 110011 10000100 111011 11111

Color Harmonies of #207C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207C32

Black with #207C32

Text Example


Text Example

White with #207C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207C32; }

 p { color: rgb(32,124,50); }

 H1.HeaderClassName
 {
   color: #207C32;
 }
 .AnyTagClassName
 {
   color: #207C32;
 }
</style>

background-color css

<style>
 a { background-color: #207C32; }

 a { background-color: rgb(32,124,50); }

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

border-color css

<style>
 span { border-color: #207C32; }

 span { border-color: rgb(32,124,50); }

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