Html Css Color HEX #305026 Palm Leaf

📋 copy color: '#305026'

red 48 ◦ green 80 ◦ blue 38

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

Shades of Palm Leaf #305026

Tints of Palm Leaf #305026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.89%

R = 28.92%
G = 48.19%
B = 22.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#305026 (or 0x305026) is known color: Palm Leaf. HEX triplet: 30, 50 and 26. RGB value is (48,80,38). Sum of RGB (Red+Green+Blue) = 48+80+38=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #305026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305026 is #CFAFD9. Grayscale: #414141. Windows color (decimal): -13610970 or 2510896. OLE color: 2510896.

HSL color Cylindrical-coordinate representation of color #305026: hue angle of 105.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305026 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 38 -
CMYK 0.40 0 0.52 0.69
HSL 105.71º 0.36% 0.23% -
HSV(B) 105.71º 0.53% 0.31% -
XYZ 4.44 6.51 2.86 -
YUV 65.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 48 80 38 0.40 0 0.52 0.69 105.71 0.36 0.23
Hex 30 50 26 28 0 34 45 6A 24 17
Octal 60 120 46 50 0 64 105 152 44 27
Binary 110000 1010000 100110 101000 0 110100 1000101 1101010 100100 10111

Color Harmonies of #305026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305026

Black with #305026

Text Example


Text Example

White with #305026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305026; }

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

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

background-color css

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

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

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

border-color css

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

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

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