Html Css Color HEX #305128 Palm Leaf

📋 copy color: '#305128'

red 48 ◦ green 81 ◦ blue 40

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

Shades of Palm Leaf #305128

Tints of Palm Leaf #305128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.93%

 BLUE value IS 40 (16.02% from 255) = 23.67%

R = 28.4%
G = 47.93%
B = 23.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#305128 (or 0x305128) is known color: Palm Leaf. HEX triplet: 30, 51 and 28. RGB value is (48,81,40). Sum of RGB (Red+Green+Blue) = 48+81+40=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #305128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305128 is #CFAED7. Grayscale: #424242. Windows color (decimal): -13610712 or 2642224. OLE color: 2642224.

HSL color Cylindrical-coordinate representation of color #305128: hue angle of 108.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #305128 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 81 40 -
CMYK 0.41 0 0.51 0.68
HSL 108.29º 0.34% 0.24% -
HSV(B) 108.29º 0.51% 0.32% -
XYZ 4.54 6.67 3.05 -
YUV 66.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 48 81 40 0.41 0 0.51 0.68 108.29 0.34 0.24
Hex 30 51 28 29 0 33 44 6C 22 18
Octal 60 121 50 51 0 63 104 154 42 30
Binary 110000 1010001 101000 101001 0 110011 1000100 1101100 100010 11000

Color Harmonies of #305128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305128

Black with #305128

Text Example


Text Example

White with #305128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305128; }

 p { color: rgb(48,81,40); }

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

background-color css

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

 a { background-color: rgb(48,81,40); }

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

border-color css

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

 span { border-color: rgb(48,81,40); }

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