Html Css Color HEX #2C481D Palm Leaf

📋 copy color: '#2C481D'

red 44 ◦ green 72 ◦ blue 29

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

Shades of Palm Leaf #2C481D

Tints of Palm Leaf #2C481D

RGB

 RED value IS 44 (17.58% from 255) = 30.34%

 GREEN value IS 72 (28.52% from 255) = 49.66%

 BLUE value IS 29 (11.72% from 255) = 20%

R = 30.34%
G = 49.66%
B = 20%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#2C481D (or 0x2C481D) is known color: Palm Leaf. HEX triplet: 2C, 48 and 1D. RGB value is (44,72,29). Sum of RGB (Red+Green+Blue) = 44+72+29=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #2C481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C481D is #D3B7E2. Grayscale: #3A3A3A. Windows color (decimal): -13875171 or 1919020. OLE color: 1919020.

HSL color Cylindrical-coordinate representation of color #2C481D: hue angle of 99.07º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C481D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 72 29 -
CMYK 0.39 0 0.60 0.72
HSL 99.07º 0.43% 0.2% -
HSV(B) 99.07º 0.6% 0.28% -
XYZ 3.58 5.26 1.99 -
YUV 58.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 44 72 29 0.39 0 0.60 0.72 99.07 0.43 0.2
Hex 2C 48 1D 27 0 3C 48 63 2B 14
Octal 54 110 35 47 0 74 110 143 53 24
Binary 101100 1001000 11101 100111 0 111100 1001000 1100011 101011 10100

Color Harmonies of #2C481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C481D

Black with #2C481D

Text Example


Text Example

White with #2C481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,72,29); }

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

background-color css

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

 a { background-color: rgb(44,72,29); }

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

border-color css

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

 span { border-color: rgb(44,72,29); }

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