#316F2F

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

Shades of Japanese Laurel #316F2F

Tints of Japanese Laurel #316F2F

Color information

#316F2F (or 0x316F2F) is unknown color: approx Japanese Laurel. HEX triplet: 31, 6F and 2F. RGB value is (49,111,47). Sum of RGB (Red+Green+Blue) = 49+111+47=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #316F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F2F is #CE90D0. Grayscale: #555555. Windows color (decimal): -13537489 or 3108657. OLE color: 3108657.

HSL color Cylindrical-coordinate representation of color #316F2F: hue angle of 118.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316F2F is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB4911147-
CMYK0.5600.580.56
HSL118.12º40.51%30.98%-
HSV(B)118.12º57.66%43.53%-
XYZ7.4612.234.66-
YUV85.17106.46102.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 111 (43.75% from 255) = 53.62%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=23.67%
G=53.62%
B=22.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111470.5600.580.56118.1240.5130.98
Hex316F2F3803A3876291f
Octal611575770072701665137
Binary11000111011111011111110000111010111000111011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,47); }

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

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

 a { background-color: rgb(49,111,47); }

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

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

 span { border-color: rgb(49,111,47); }

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