Html Css Color HEX #305A24 Palm Leaf

📋 copy color: '#305A24'

red 48 ◦ green 90 ◦ blue 36

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

Shades of Palm Leaf #305A24

Tints of Palm Leaf #305A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.72%

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

R = 27.59%
G = 51.72%
B = 20.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#305A24 (or 0x305A24) is known color: Palm Leaf. HEX triplet: 30, 5A and 24. RGB value is (48,90,36). Sum of RGB (Red+Green+Blue) = 48+90+36=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #305A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A24 is #CFA5DB. Grayscale: #474747. Windows color (decimal): -13608412 or 2382384. OLE color: 2382384.

HSL color Cylindrical-coordinate representation of color #305A24: hue angle of 106.67º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305A24 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 36 -
CMYK 0.47 0 0.60 0.65
HSL 106.67º 0.43% 0.25% -
HSV(B) 106.67º 0.6% 0.35% -
XYZ 5.19 8.07 2.95 -
YUV 71.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 48 90 36 0.47 0 0.60 0.65 106.67 0.43 0.25
Hex 30 5A 24 2F 0 3C 41 6B 2B 19
Octal 60 132 44 57 0 74 101 153 53 31
Binary 110000 1011010 100100 101111 0 111100 1000001 1101011 101011 11001

Color Harmonies of #305A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A24

Black with #305A24

Text Example


Text Example

White with #305A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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