#1F7F33

Color #1F7F33 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #1F7F33

Tints of Japanese Laurel #1F7F33

Color information

#1F7F33 (or 0x1F7F33) is unknown color: approx Japanese Laurel. HEX triplet: 1F, 7F and 33. RGB value is (31,127,51). Sum of RGB (Red+Green+Blue) = 31+127+51=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 127 (50% from 255 or 60.77% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7F33 is #E080CC. Grayscale: #595959. Windows color (decimal): -14713037 or 3374879. OLE color: 3374879.

HSL color Cylindrical-coordinate representation of color #1F7F33: hue angle of 132.5º 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 #1F7F33 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB3112751-
CMYK0.7600.600.50
HSL132.5º60.76%30.98%-
HSV(B)132.5º75.59%49.8%-
XYZ8.7515.715.7-
YUV89.63106.286.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.83%
GREEN value IS 127 (50% from 255) = 60.77%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=14.83%
G=60.77%
B=24.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31127510.7600.600.50132.560.7630.98
Hex1F7F334C03C32843d1f
Octal3717763114074622047537
Binary111111111111110011100110001111001100101000010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F7F33;
 }
 .AnyTagClassName
 {
   color: #1F7F33;
 }
</style>
background-color css

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

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

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

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

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

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