#317F2C

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

Shades of Japanese Laurel #317F2C

Tints of Japanese Laurel #317F2C

Color information

#317F2C (or 0x317F2C) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7F and 2C. RGB value is (49,127,44). Sum of RGB (Red+Green+Blue) = 49+127+44=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #317F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F2C is #CE80D3. Grayscale: #5E5E5E. Windows color (decimal): -13533396 or 2916145. OLE color: 2916145.

HSL color Cylindrical-coordinate representation of color #317F2C: hue angle of 116.39º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317F2C is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB4912744-
CMYK0.6100.650.50
HSL116.39º48.54%33.53%-
HSV(B)116.39º65.35%49.8%-
XYZ9.3116.014.98-
YUV94.2299.6695.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 127 (50% from 255) = 57.73%
BLUE value IS 44 (17.58% from 255) = 20%
R=22.27%
G=57.73%
B=20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127440.6100.650.50116.3948.5433.53
Hex317F2C3D04132743122
Octal6117754750101621646142
Binary1100011111111101100111101010000011100101110100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F2C; }

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

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

<style>
 a { background-color: #317F2C; }

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

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

<style>
 span { border-color: #317F2C; }

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

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