Html Css Color HEX #2D4A28 Palm Leaf

📋 copy color: '#2D4A28'

red 45 ◦ green 74 ◦ blue 40

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

Shades of Palm Leaf #2D4A28

Tints of Palm Leaf #2D4A28

RGB

 RED value IS 45 (17.97% from 255) = 28.3%

 GREEN value IS 74 (29.3% from 255) = 46.54%

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 28.3%
G = 46.54%
B = 25.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#2D4A28 (or 0x2D4A28) is known color: Palm Leaf. HEX triplet: 2D, 4A and 28. RGB value is (45,74,40). Sum of RGB (Red+Green+Blue) = 45+74+40=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A28 is #D2B5D7. Grayscale: #3D3D3D. Windows color (decimal): -13809112 or 2640429. OLE color: 2640429.

HSL color Cylindrical-coordinate representation of color #2D4A28: hue angle of 111.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D4A28 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 74 40 -
CMYK 0.39 0 0.46 0.71
HSL 111.18º 0.3% 0.22% -
HSV(B) 111.18º 0.46% 0.29% -
XYZ 3.91 5.61 2.88 -
YUV 61.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 45 74 40 0.39 0 0.46 0.71 111.18 0.3 0.22
Hex 2D 4A 28 27 0 2E 47 6F 1E 16
Octal 55 112 50 47 0 56 107 157 36 26
Binary 101101 1001010 101000 100111 0 101110 1000111 1101111 11110 10110

Color Harmonies of #2D4A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4A28

Black with #2D4A28

Text Example


Text Example

White with #2D4A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D4A28; }

 p { color: rgb(45,74,40); }

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

background-color css

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

 a { background-color: rgb(45,74,40); }

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

border-color css

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

 span { border-color: rgb(45,74,40); }

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