Html Css Color HEX #305121 Palm Leaf

📋 copy color: '#305121'

red 48 ◦ green 81 ◦ blue 33

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

Shades of Palm Leaf #305121

Tints of Palm Leaf #305121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 29.63%
G = 50%
B = 20.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#305121 (or 0x305121) is known color: Palm Leaf. HEX triplet: 30, 51 and 21. RGB value is (48,81,33). Sum of RGB (Red+Green+Blue) = 48+81+33=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #305121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305121 is #CFAEDE. Grayscale: #414141. Windows color (decimal): -13610719 or 2183472. OLE color: 2183472.

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

Color convert

RGB 48 81 33 -
CMYK 0.41 0 0.59 0.68
HSL 101.25º 0.42% 0.22% -
HSV(B) 101.25º 0.59% 0.32% -
XYZ 4.44 6.62 2.48 -
YUV 65.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 48 81 33 0.41 0 0.59 0.68 101.25 0.42 0.22
Hex 30 51 21 29 0 3B 44 65 2A 16
Octal 60 121 41 51 0 73 104 145 52 26
Binary 110000 1010001 100001 101001 0 111011 1000100 1100101 101010 10110

Color Harmonies of #305121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305121

Black with #305121

Text Example


Text Example

White with #305121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305121; }

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

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

background-color css

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

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

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

border-color css

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

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

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