Html Css Color HEX #306010 Palm Leaf

📋 copy color: '#306010'

red 48 ◦ green 96 ◦ blue 16

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

Shades of Palm Leaf #306010

Tints of Palm Leaf #306010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60%

 BLUE value IS 16 (6.64% from 255) = 10%

R = 30%
G = 60%
B = 10%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#306010 (or 0x306010) is known color: Palm Leaf. HEX triplet: 30, 60 and 10. RGB value is (48,96,16). Sum of RGB (Red+Green+Blue) = 48+96+16=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #306010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306010 is #CF9FEF. Grayscale: #484848. Windows color (decimal): -13606896 or 1073200. OLE color: 1073200.

HSL color Cylindrical-coordinate representation of color #306010: hue angle of 96º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #306010 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 16 -
CMYK 0.50 0 0.83 0.62
HSL 96º 0.71% 0.22% -
HSV(B) 96º 0.83% 0.38% -
XYZ 5.5 9.03 1.94 -
YUV 72.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 48 96 16 0.50 0 0.83 0.62 96 0.71 0.22
Hex 30 60 10 32 0 53 3E 60 47 16
Octal 60 140 20 62 0 123 76 140 107 26
Binary 110000 1100000 10000 110010 0 1010011 111110 1100000 1000111 10110

Color Harmonies of #306010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306010

Black with #306010

Text Example


Text Example

White with #306010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306010; }

 p { color: rgb(48,96,16); }

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

background-color css

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

 a { background-color: rgb(48,96,16); }

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

border-color css

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

 span { border-color: rgb(48,96,16); }

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