Html Css Color HEX #30581E Palm Leaf

📋 copy color: '#30581E'

red 48 ◦ green 88 ◦ blue 30

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

Shades of Palm Leaf #30581E

Tints of Palm Leaf #30581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.01%

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

R = 28.92%
G = 53.01%
B = 18.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#30581E (or 0x30581E) is known color: Palm Leaf. HEX triplet: 30, 58 and 1E. RGB value is (48,88,30). Sum of RGB (Red+Green+Blue) = 48+88+30=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #30581E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30581E is #CFA7E1. Grayscale: #454545. Windows color (decimal): -13608930 or 1988656. OLE color: 1988656.

HSL color Cylindrical-coordinate representation of color #30581E: hue angle of 101.38º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30581E is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 30 -
CMYK 0.45 0 0.66 0.65
HSL 101.38º 0.49% 0.23% -
HSV(B) 101.38º 0.66% 0.35% -
XYZ 4.94 7.7 2.45 -
YUV 69.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 48 88 30 0.45 0 0.66 0.65 101.38 0.49 0.23
Hex 30 58 1E 2D 0 42 41 65 31 17
Octal 60 130 36 55 0 102 101 145 61 27
Binary 110000 1011000 11110 101101 0 1000010 1000001 1100101 110001 10111

Color Harmonies of #30581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30581E

Black with #30581E

Text Example


Text Example

White with #30581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30581E; }

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

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

background-color css

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

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

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

border-color css

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

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

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