Html Css Color HEX #2C5327 Palm Leaf

📋 copy color: '#2C5327'

red 44 ◦ green 83 ◦ blue 39

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

Shades of Palm Leaf #2C5327

Tints of Palm Leaf #2C5327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50%

 BLUE value IS 39 (15.63% from 255) = 23.49%

R = 26.51%
G = 50%
B = 23.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#2C5327 (or 0x2C5327) is known color: Palm Leaf. HEX triplet: 2C, 53 and 27. RGB value is (44,83,39). Sum of RGB (Red+Green+Blue) = 44+83+39=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5327 is #D3ACD8. Grayscale: #424242. Windows color (decimal): -13872345 or 2577196. OLE color: 2577196.

HSL color Cylindrical-coordinate representation of color #2C5327: hue angle of 113.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5327 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 83 39 -
CMYK 0.47 0 0.53 0.67
HSL 113.18º 0.36% 0.24% -
HSV(B) 113.18º 0.53% 0.33% -
XYZ 4.5 6.87 3.01 -
YUV 66.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 44 83 39 0.47 0 0.53 0.67 113.18 0.36 0.24
Hex 2C 53 27 2F 0 35 43 71 24 18
Octal 54 123 47 57 0 65 103 161 44 30
Binary 101100 1010011 100111 101111 0 110101 1000011 1110001 100100 11000

Color Harmonies of #2C5327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5327

Black with #2C5327

Text Example


Text Example

White with #2C5327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,83,39); }

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

background-color css

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

 a { background-color: rgb(44,83,39); }

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

border-color css

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

 span { border-color: rgb(44,83,39); }

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