Html Css Color HEX #315A1F Palm Leaf

📋 copy color: '#315A1F'

red 49 ◦ green 90 ◦ blue 31

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

Shades of Palm Leaf #315A1F

Tints of Palm Leaf #315A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.94%

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 28.82%
G = 52.94%
B = 18.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#315A1F (or 0x315A1F) is known color: Palm Leaf. HEX triplet: 31, 5A and 1F. RGB value is (49,90,31). Sum of RGB (Red+Green+Blue) = 49+90+31=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #315A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A1F is #CEA5E0. Grayscale: #474747. Windows color (decimal): -13542881 or 2054705. OLE color: 2054705.

HSL color Cylindrical-coordinate representation of color #315A1F: hue angle of 101.69º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315A1F is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 90 31 -
CMYK 0.46 0 0.66 0.65
HSL 101.69º 0.49% 0.24% -
HSV(B) 101.69º 0.66% 0.35% -
XYZ 5.17 8.06 2.58 -
YUV 71.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 49 90 31 0.46 0 0.66 0.65 101.69 0.49 0.24
Hex 31 5A 1F 2E 0 42 41 66 31 18
Octal 61 132 37 56 0 102 101 146 61 30
Binary 110001 1011010 11111 101110 0 1000010 1000001 1100110 110001 11000

Color Harmonies of #315A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A1F

Black with #315A1F

Text Example


Text Example

White with #315A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,31); }

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

background-color css

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

 a { background-color: rgb(49,90,31); }

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

border-color css

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

 span { border-color: rgb(49,90,31); }

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