Html Css Color HEX #305A1E Palm Leaf

📋 copy color: '#305A1E'

red 48 ◦ green 90 ◦ blue 30

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

Shades of Palm Leaf #305A1E

Tints of Palm Leaf #305A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 28.57%
G = 53.57%
B = 17.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#305A1E (or 0x305A1E) is known color: Palm Leaf. HEX triplet: 30, 5A and 1E. RGB value is (48,90,30). Sum of RGB (Red+Green+Blue) = 48+90+30=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #305A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A1E is #CFA5E1. Grayscale: #464646. Windows color (decimal): -13608418 or 1989168. OLE color: 1989168.

HSL color Cylindrical-coordinate representation of color #305A1E: hue angle of 102º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305A1E is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 30 -
CMYK 0.47 0 0.67 0.65
HSL 102º 0.5% 0.24% -
HSV(B) 102º 0.67% 0.35% -
XYZ 5.11 8.03 2.51 -
YUV 70.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 48 90 30 0.47 0 0.67 0.65 102 0.5 0.24
Hex 30 5A 1E 2F 0 43 41 66 32 18
Octal 60 132 36 57 0 103 101 146 62 30
Binary 110000 1011010 11110 101111 0 1000011 1000001 1100110 110010 11000

Color Harmonies of #305A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A1E

Black with #305A1E

Text Example


Text Example

White with #305A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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