Html Css Color HEX #30600F Palm Leaf

📋 copy color: '#30600F'

red 48 ◦ green 96 ◦ blue 15

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

Shades of Palm Leaf #30600F

Tints of Palm Leaf #30600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 30.19%
G = 60.38%
B = 9.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#30600F (or 0x30600F) is known color: Palm Leaf. HEX triplet: 30, 60 and 0F. RGB value is (48,96,15). Sum of RGB (Red+Green+Blue) = 48+96+15=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #30600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30600F is #CF9FF0. Grayscale: #484848. Windows color (decimal): -13606897 or 1007664. OLE color: 1007664.

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

Color convert

RGB 48 96 15 -
CMYK 0.50 0 0.84 0.62
HSL 95.56º 0.73% 0.22% -
HSV(B) 95.56º 0.84% 0.38% -
XYZ 5.49 9.03 1.91 -
YUV 72.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 48 96 15 0.50 0 0.84 0.62 95.56 0.73 0.22
Hex 30 60 F 32 0 54 3E 60 49 16
Octal 60 140 17 62 0 124 76 140 111 26
Binary 110000 1100000 1111 110010 0 1010100 111110 1100000 1001001 10110

Color Harmonies of #30600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30600F

Black with #30600F

Text Example


Text Example

White with #30600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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