Html Css Color HEX #317F2C Japanese Laurel

📋 copy color: '#317F2C'

red 49 ◦ green 127 ◦ blue 44

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

Shades of Japanese Laurel #317F2C

Tints of Japanese Laurel #317F2C

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 value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#317F2C (or 0x317F2C) is known color: 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

RGB 49 127 44 -
CMYK 0.61 0 0.65 0.50
HSL 116.39º 0.49% 0.34% -
HSV(B) 116.39º 0.65% 0.5% -
XYZ 9.31 16.01 4.98 -
YUV 94.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 49 127 44 0.61 0 0.65 0.50 116.39 0.49 0.34
Hex 31 7F 2C 3D 0 41 32 74 31 22
Octal 61 177 54 75 0 101 62 164 61 42
Binary 110001 1111111 101100 111101 0 1000001 110010 1110100 110001 100010

Color Harmonies of #317F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F2C

Black with #317F2C

Text Example


Text Example

White with #317F2C

Text Example


Text Example

HTML Codes & Css Web 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>