Html Css Color HEX #207F2F Japanese Laurel

📋 copy color: '#207F2F'

red 32 ◦ green 127 ◦ blue 47

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

Shades of Japanese Laurel #207F2F

Tints of Japanese Laurel #207F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 15.53%
G = 61.65%
B = 22.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#207F2F (or 0x207F2F) is known color: Japanese Laurel. HEX triplet: 20, 7F and 2F. RGB value is (32,127,47). Sum of RGB (Red+Green+Blue) = 32+127+47=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #207F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207F2F is #DF80D0. Grayscale: #595959. Windows color (decimal): -14647505 or 3112736. OLE color: 3112736.

HSL color Cylindrical-coordinate representation of color #207F2F: hue angle of 129.47º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F2F is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 127 47 -
CMYK 0.75 0 0.63 0.50
HSL 129.47º 0.6% 0.31% -
HSV(B) 129.47º 0.75% 0.5% -
XYZ 8.7 15.69 5.26 -
YUV 89.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 32 127 47 0.75 0 0.63 0.50 129.47 0.6 0.31
Hex 20 7F 2F 4B 0 3F 32 81 3C 1F
Octal 40 177 57 113 0 77 62 201 74 37
Binary 100000 1111111 101111 1001011 0 111111 110010 10000001 111100 11111

Color Harmonies of #207F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207F2F

Black with #207F2F

Text Example


Text Example

White with #207F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,127,47); }

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

background-color css

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

 a { background-color: rgb(32,127,47); }

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

border-color css

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

 span { border-color: rgb(32,127,47); }

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