Html Css Color HEX #30581A Palm Leaf

📋 copy color: '#30581A'

red 48 ◦ green 88 ◦ blue 26

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

Shades of Palm Leaf #30581A

Tints of Palm Leaf #30581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 29.63%
G = 54.32%
B = 16.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#30581A (or 0x30581A) is known color: Palm Leaf. HEX triplet: 30, 58 and 1A. RGB value is (48,88,26). Sum of RGB (Red+Green+Blue) = 48+88+26=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #30581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30581A is #CFA7E5. Grayscale: #454545. Windows color (decimal): -13608934 or 1726512. OLE color: 1726512.

HSL color Cylindrical-coordinate representation of color #30581A: hue angle of 98.71º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30581A is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 26 -
CMYK 0.45 0 0.70 0.65
HSL 98.71º 0.54% 0.22% -
HSV(B) 98.71º 0.7% 0.35% -
XYZ 4.9 7.68 2.2 -
YUV 68.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 48 88 26 0.45 0 0.70 0.65 98.71 0.54 0.22
Hex 30 58 1A 2D 0 46 41 63 36 16
Octal 60 130 32 55 0 106 101 143 66 26
Binary 110000 1011000 11010 101101 0 1000110 1000001 1100011 110110 10110

Color Harmonies of #30581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30581A

Black with #30581A

Text Example


Text Example

White with #30581A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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