Html Css Color HEX #314230 Palm Leaf

📋 copy color: '#314230'

red 49 ◦ green 66 ◦ blue 48

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

Shades of Palm Leaf #314230

Tints of Palm Leaf #314230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.49%

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

R = 30.06%
G = 40.49%
B = 29.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#314230 (or 0x314230) is known color: Palm Leaf. HEX triplet: 31, 42 and 30. RGB value is (49,66,48). Sum of RGB (Red+Green+Blue) = 49+66+48=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #314230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314230 is #CEBDCF. Grayscale: #3A3A3A. Windows color (decimal): -13549008 or 3162673. OLE color: 3162673.

HSL color Cylindrical-coordinate representation of color #314230: hue angle of 116.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #314230 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 48 -
CMYK 0.26 0 0.27 0.74
HSL 116.67º 0.16% 0.22% -
HSV(B) 116.67º 0.27% 0.26% -
XYZ 3.75 4.76 3.52 -
YUV 58.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 49 66 48 0.26 0 0.27 0.74 116.67 0.16 0.22
Hex 31 42 30 1A 0 1B 4A 75 10 16
Octal 61 102 60 32 0 33 112 165 20 26
Binary 110001 1000010 110000 11010 0 11011 1001010 1110101 10000 10110

Color Harmonies of #314230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314230

Black with #314230

Text Example


Text Example

White with #314230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314230; }

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

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

background-color css

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

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

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

border-color css

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

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

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