Html Css Color HEX #2B4B19 Palm Leaf

📋 copy color: '#2B4B19'

red 43 ◦ green 75 ◦ blue 25

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

Shades of Palm Leaf #2B4B19

Tints of Palm Leaf #2B4B19

RGB

 RED value IS 43 (17.19% from 255) = 30.07%

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

 BLUE value IS 25 (10.16% from 255) = 17.48%

R = 30.07%
G = 52.45%
B = 17.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#2B4B19 (or 0x2B4B19) is known color: Palm Leaf. HEX triplet: 2B, 4B and 19. RGB value is (43,75,25). Sum of RGB (Red+Green+Blue) = 43+75+25=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4B19 is #D4B4E6. Grayscale: #3B3B3B. Windows color (decimal): -13939943 or 1657643. OLE color: 1657643.

HSL color Cylindrical-coordinate representation of color #2B4B19: hue angle of 98.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4B19 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 75 25 -
CMYK 0.43 0 0.67 0.71
HSL 98.4º 0.5% 0.2% -
HSV(B) 98.4º 0.67% 0.29% -
XYZ 3.69 5.62 1.81 -
YUV 59.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 43 75 25 0.43 0 0.67 0.71 98.4 0.5 0.2
Hex 2B 4B 19 2B 0 43 47 62 32 14
Octal 53 113 31 53 0 103 107 142 62 24
Binary 101011 1001011 11001 101011 0 1000011 1000111 1100010 110010 10100

Color Harmonies of #2B4B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4B19

Black with #2B4B19

Text Example


Text Example

White with #2B4B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,75,25); }

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

background-color css

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

 a { background-color: rgb(43,75,25); }

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

border-color css

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

 span { border-color: rgb(43,75,25); }

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