Html Css Color HEX #30501A Palm Leaf

📋 copy color: '#30501A'

red 48 ◦ green 80 ◦ blue 26

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

Shades of Palm Leaf #30501A

Tints of Palm Leaf #30501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.95%

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

R = 31.17%
G = 51.95%
B = 16.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#30501A (or 0x30501A) is known color: Palm Leaf. HEX triplet: 30, 50 and 1A. RGB value is (48,80,26). Sum of RGB (Red+Green+Blue) = 48+80+26=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #30501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30501A is #CFAFE5. Grayscale: #404040. Windows color (decimal): -13610982 or 1724464. OLE color: 1724464.

HSL color Cylindrical-coordinate representation of color #30501A: hue angle of 95.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30501A is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 26 -
CMYK 0.40 0 0.67 0.69
HSL 95.56º 0.51% 0.21% -
HSV(B) 95.56º 0.68% 0.31% -
XYZ 4.27 6.44 2 -
YUV 64.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 48 80 26 0.40 0 0.67 0.69 95.56 0.51 0.21
Hex 30 50 1A 28 0 43 45 60 33 15
Octal 60 120 32 50 0 103 105 140 63 25
Binary 110000 1010000 11010 101000 0 1000011 1000101 1100000 110011 10101

Color Harmonies of #30501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30501A

Black with #30501A

Text Example


Text Example

White with #30501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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