Html Css Color HEX #207F31 Japanese Laurel

📋 copy color: '#207F31'

red 32 ◦ green 127 ◦ blue 49

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

Shades of Japanese Laurel #207F31

Tints of Japanese Laurel #207F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 15.38%
G = 61.06%
B = 23.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#207F31 (or 0x207F31) is known color: Japanese Laurel. HEX triplet: 20, 7F and 31. RGB value is (32,127,49). Sum of RGB (Red+Green+Blue) = 32+127+49=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 127 (50% from 255 or 61.06% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 127 - color contains mainly: green. Hex color #207F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207F31 is #DF80CE. Grayscale: #595959. Windows color (decimal): -14647503 or 3243808. OLE color: 3243808.

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

Color convert

RGB 32 127 49 -
CMYK 0.75 0 0.61 0.50
HSL 130.74º 0.6% 0.31% -
HSV(B) 130.74º 0.75% 0.5% -
XYZ 8.74 15.71 5.48 -
YUV 89.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 32 127 49 0.75 0 0.61 0.50 130.74 0.6 0.31
Hex 20 7F 31 4B 0 3D 32 83 3C 1F
Octal 40 177 61 113 0 75 62 203 74 37
Binary 100000 1111111 110001 1001011 0 111101 110010 10000011 111100 11111

Color Harmonies of #207F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207F31

Black with #207F31

Text Example


Text Example

White with #207F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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