Html Css Color HEX #2D5826 Palm Leaf

📋 copy color: '#2D5826'

red 45 ◦ green 88 ◦ blue 38

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

Shades of Palm Leaf #2D5826

Tints of Palm Leaf #2D5826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.46%

 BLUE value IS 38 (15.23% from 255) = 22.22%

R = 26.32%
G = 51.46%
B = 22.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#2D5826 (or 0x2D5826) is known color: Palm Leaf. HEX triplet: 2D, 58 and 26. RGB value is (45,88,38). Sum of RGB (Red+Green+Blue) = 45+88+38=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5826 is #D2A7D9. Grayscale: #454545. Windows color (decimal): -13805530 or 2512941. OLE color: 2512941.

HSL color Cylindrical-coordinate representation of color #2D5826: hue angle of 111.6º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D5826 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 88 38 -
CMYK 0.49 0 0.57 0.65
HSL 111.6º 0.4% 0.25% -
HSV(B) 111.6º 0.57% 0.35% -
XYZ 4.92 7.68 3.06 -
YUV 69.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 45 88 38 0.49 0 0.57 0.65 111.6 0.4 0.25
Hex 2D 58 26 31 0 39 41 70 28 19
Octal 55 130 46 61 0 71 101 160 50 31
Binary 101101 1011000 100110 110001 0 111001 1000001 1110000 101000 11001

Color Harmonies of #2D5826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5826

Black with #2D5826

Text Example


Text Example

White with #2D5826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,88,38); }

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

background-color css

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

 a { background-color: rgb(45,88,38); }

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

border-color css

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

 span { border-color: rgb(45,88,38); }

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