Html Css Color HEX #2C4C21 Palm Leaf

📋 copy color: '#2C4C21'

red 44 ◦ green 76 ◦ blue 33

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

Shades of Palm Leaf #2C4C21

Tints of Palm Leaf #2C4C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.67%

 BLUE value IS 33 (13.28% from 255) = 21.57%

R = 28.76%
G = 49.67%
B = 21.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#2C4C21 (or 0x2C4C21) is known color: Palm Leaf. HEX triplet: 2C, 4C and 21. RGB value is (44,76,33). Sum of RGB (Red+Green+Blue) = 44+76+33=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4C21 is #D3B3DE. Grayscale: #3D3D3D. Windows color (decimal): -13874143 or 2182188. OLE color: 2182188.

HSL color Cylindrical-coordinate representation of color #2C4C21: hue angle of 104.65º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C4C21 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 76 33 -
CMYK 0.42 0 0.57 0.70
HSL 104.65º 0.39% 0.21% -
HSV(B) 104.65º 0.57% 0.3% -
XYZ 3.9 5.81 2.36 -
YUV 61.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 44 76 33 0.42 0 0.57 0.70 104.65 0.39 0.21
Hex 2C 4C 21 2A 0 39 46 69 27 15
Octal 54 114 41 52 0 71 106 151 47 25
Binary 101100 1001100 100001 101010 0 111001 1000110 1101001 100111 10101

Color Harmonies of #2C4C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4C21

Black with #2C4C21

Text Example


Text Example

White with #2C4C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,76,33); }

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

background-color css

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

 a { background-color: rgb(44,76,33); }

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

border-color css

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

 span { border-color: rgb(44,76,33); }

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