Html Css Color HEX #1F7F32 Japanese Laurel

📋 copy color: '#1F7F32'

red 31 ◦ green 127 ◦ blue 50

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

Shades of Japanese Laurel #1F7F32

Tints of Japanese Laurel #1F7F32

RGB

 RED value IS 31 (12.5% from 255) = 14.9%

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

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

R = 14.9%
G = 61.06%
B = 24.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#1F7F32 (or 0x1F7F32) is known color: Japanese Laurel. HEX triplet: 1F, 7F and 32. RGB value is (31,127,50). Sum of RGB (Red+Green+Blue) = 31+127+50=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 127 (50% from 255 or 61.06% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7F32 is #E080CD. Grayscale: #595959. Windows color (decimal): -14713038 or 3309343. OLE color: 3309343.

HSL color Cylindrical-coordinate representation of color #1F7F32: hue angle of 131.88º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7F32 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 31 127 50 -
CMYK 0.76 0 0.61 0.50
HSL 131.88º 0.61% 0.31% -
HSV(B) 131.88º 0.76% 0.5% -
XYZ 8.73 15.7 5.59 -
YUV 89.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 31 127 50 0.76 0 0.61 0.50 131.88 0.61 0.31
Hex 1F 7F 32 4C 0 3D 32 84 3D 1F
Octal 37 177 62 114 0 75 62 204 75 37
Binary 11111 1111111 110010 1001100 0 111101 110010 10000100 111101 11111

Color Harmonies of #1F7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7F32

Black with #1F7F32

Text Example


Text Example

White with #1F7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7F32; }

 p { color: rgb(31,127,50); }

 H1.HeaderClassName
 {
   color: #1F7F32;
 }
 .AnyTagClassName
 {
   color: #1F7F32;
 }
</style>

background-color css

<style>
 a { background-color: #1F7F32; }

 a { background-color: rgb(31,127,50); }

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

border-color css

<style>
 span { border-color: #1F7F32; }

 span { border-color: rgb(31,127,50); }

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