Html Css Color HEX #316F30 Japanese Laurel

📋 copy color: '#316F30'

red 49 ◦ green 111 ◦ blue 48

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

Shades of Japanese Laurel #316F30

Tints of Japanese Laurel #316F30

RGB

 RED value IS 49 (19.53% from 255) = 23.56%

 GREEN value IS 111 (43.75% from 255) = 53.37%

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 23.56%
G = 53.37%
B = 23.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#316F30 (or 0x316F30) is known color: Japanese Laurel. HEX triplet: 31, 6F and 30. RGB value is (49,111,48). Sum of RGB (Red+Green+Blue) = 49+111+48=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #316F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F30 is #CE90CF. Grayscale: #555555. Windows color (decimal): -13537488 or 3174193. OLE color: 3174193.

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

Color convert

RGB 49 111 48 -
CMYK 0.56 0 0.57 0.56
HSL 119.05º 0.4% 0.31% -
HSV(B) 119.05º 0.57% 0.44% -
XYZ 7.48 12.24 4.76 -
YUV 85.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 49 111 48 0.56 0 0.57 0.56 119.05 0.4 0.31
Hex 31 6F 30 38 0 39 38 77 28 1F
Octal 61 157 60 70 0 71 70 167 50 37
Binary 110001 1101111 110000 111000 0 111001 111000 1110111 101000 11111

Color Harmonies of #316F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F30

Black with #316F30

Text Example


Text Example

White with #316F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #316F30;
 }
 .AnyTagClassName
 {
   color: #316F30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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