Html Css Color HEX #315E12 Palm Leaf

📋 copy color: '#315E12'

red 49 ◦ green 94 ◦ blue 18

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

Shades of Palm Leaf #315E12

Tints of Palm Leaf #315E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 58.39%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 30.43%
G = 58.39%
B = 11.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.63

RGB Variations

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

Color information

#315E12 (or 0x315E12) is known color: Palm Leaf. HEX triplet: 31, 5E and 12. RGB value is (49,94,18). Sum of RGB (Red+Green+Blue) = 49+94+18=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #315E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315E12 is #CEA1ED. Grayscale: #484848. Windows color (decimal): -13541870 or 1203761. OLE color: 1203761.

HSL color Cylindrical-coordinate representation of color #315E12: hue angle of 95.53º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #315E12 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 94 18 -
CMYK 0.48 0 0.81 0.63
HSL 95.53º 0.68% 0.22% -
HSV(B) 95.53º 0.81% 0.37% -
XYZ 5.38 8.7 1.97 -
YUV 71.88 97.59 111.68 -
System Red Green Blue C M Y K H S L
Decimal 49 94 18 0.48 0 0.81 0.63 95.53 0.68 0.22
Hex 31 5E 12 30 0 51 3F 60 44 16
Octal 61 136 22 60 0 121 77 140 104 26
Binary 110001 1011110 10010 110000 0 1010001 111111 1100000 1000100 10110

Color Harmonies of #315E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E12

Black with #315E12

Text Example


Text Example

White with #315E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315E12; }

 p { color: rgb(49,94,18); }

 H1.HeaderClassName
 {
   color: #315E12;
 }
 .AnyTagClassName
 {
   color: #315E12;
 }
</style>

background-color css

<style>
 a { background-color: #315E12; }

 a { background-color: rgb(49,94,18); }

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

border-color css

<style>
 span { border-color: #315E12; }

 span { border-color: rgb(49,94,18); }

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