#317C2B

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

Shades of Japanese Laurel #317C2B

Tints of Japanese Laurel #317C2B

Color information

#317C2B (or 0x317C2B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7C and 2B. RGB value is (49,124,43). Sum of RGB (Red+Green+Blue) = 49+124+43=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #317C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317C2B is #CE83D4. Grayscale: #5C5C5C. Windows color (decimal): -13534165 or 2849841. OLE color: 2849841.

HSL color Cylindrical-coordinate representation of color #317C2B: hue angle of 115.56º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317C2B is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB4912443-
CMYK0.6000.650.51
HSL115.56º48.5%32.75%-
HSV(B)115.56º65.32%48.63%-
XYZ8.9115.244.76-
YUV92.34100.1597.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 124 (48.83% from 255) = 57.41%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=22.69%
G=57.41%
B=19.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49124430.6000.650.51115.5648.532.75
Hex317C2B3C04133743121
Octal6117453740101631646141
Binary1100011111100101011111100010000011100111110100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,124,43); }

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

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

 a { background-color: rgb(49,124,43); }

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

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

 span { border-color: rgb(49,124,43); }

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