Html Css Color HEX #305424 Palm Leaf

📋 copy color: '#305424'

red 48 ◦ green 84 ◦ blue 36

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

Shades of Palm Leaf #305424

Tints of Palm Leaf #305424

RGB

 RED value IS 48 (19.14% from 255) = 28.57%

 GREEN value IS 84 (33.2% from 255) = 50%

 BLUE value IS 36 (14.45% from 255) = 21.43%

R = 28.57%
G = 50%
B = 21.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#305424 (or 0x305424) is known color: Palm Leaf. HEX triplet: 30, 54 and 24. RGB value is (48,84,36). Sum of RGB (Red+Green+Blue) = 48+84+36=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #305424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305424 is #CFABDB. Grayscale: #434343. Windows color (decimal): -13609948 or 2380848. OLE color: 2380848.

HSL color Cylindrical-coordinate representation of color #305424: hue angle of 105º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305424 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 36 -
CMYK 0.43 0 0.57 0.67
HSL 105º 0.4% 0.24% -
HSV(B) 105º 0.57% 0.33% -
XYZ 4.71 7.1 2.79 -
YUV 67.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 48 84 36 0.43 0 0.57 0.67 105 0.4 0.24
Hex 30 54 24 2B 0 39 43 69 28 18
Octal 60 124 44 53 0 71 103 151 50 30
Binary 110000 1010100 100100 101011 0 111001 1000011 1101001 101000 11000

Color Harmonies of #305424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305424

Black with #305424

Text Example


Text Example

White with #305424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305424; }

 p { color: rgb(48,84,36); }

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

background-color css

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

 a { background-color: rgb(48,84,36); }

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

border-color css

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

 span { border-color: rgb(48,84,36); }

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