Html Css Color HEX #2A4B17 Palm Leaf

📋 copy color: '#2A4B17'

red 42 ◦ green 75 ◦ blue 23

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

Shades of Palm Leaf #2A4B17

Tints of Palm Leaf #2A4B17

RGB

 RED value IS 42 (16.8% from 255) = 30%

 GREEN value IS 75 (29.69% from 255) = 53.57%

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 30%
G = 53.57%
B = 16.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#2A4B17 (or 0x2A4B17) is known color: Palm Leaf. HEX triplet: 2A, 4B and 17. RGB value is (42,75,23). Sum of RGB (Red+Green+Blue) = 42+75+23=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4B17 is #D5B4E8. Grayscale: #3B3B3B. Windows color (decimal): -14005481 or 1526570. OLE color: 1526570.

HSL color Cylindrical-coordinate representation of color #2A4B17: hue angle of 98.08º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A4B17 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 75 23 -
CMYK 0.44 0 0.69 0.71
HSL 98.08º 0.53% 0.19% -
HSV(B) 98.08º 0.69% 0.29% -
XYZ 3.63 5.59 1.7 -
YUV 59.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 42 75 23 0.44 0 0.69 0.71 98.08 0.53 0.19
Hex 2A 4B 17 2C 0 45 47 62 35 13
Octal 52 113 27 54 0 105 107 142 65 23
Binary 101010 1001011 10111 101100 0 1000101 1000111 1100010 110101 10011

Color Harmonies of #2A4B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4B17

Black with #2A4B17

Text Example


Text Example

White with #2A4B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,75,23); }

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

background-color css

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

 a { background-color: rgb(42,75,23); }

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

border-color css

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

 span { border-color: rgb(42,75,23); }

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