Html Css Color HEX #305D0F Palm Leaf

📋 copy color: '#305D0F'

red 48 ◦ green 93 ◦ blue 15

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

Shades of Palm Leaf #305D0F

Tints of Palm Leaf #305D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 59.62%

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

R = 30.77%
G = 59.62%
B = 9.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#305D0F (or 0x305D0F) is known color: Palm Leaf. HEX triplet: 30, 5D and 0F. RGB value is (48,93,15). Sum of RGB (Red+Green+Blue) = 48+93+15=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #305D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305D0F is #CFA2F0. Grayscale: #464646. Windows color (decimal): -13607665 or 1006896. OLE color: 1006896.

HSL color Cylindrical-coordinate representation of color #305D0F: hue angle of 94.62º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #305D0F is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 93 15 -
CMYK 0.48 0 0.84 0.64
HSL 94.62º 0.72% 0.21% -
HSV(B) 94.62º 0.84% 0.36% -
XYZ 5.22 8.49 1.82 -
YUV 70.65 96.59 111.84 -
System Red Green Blue C M Y K H S L
Decimal 48 93 15 0.48 0 0.84 0.64 94.62 0.72 0.21
Hex 30 5D F 30 0 54 40 5F 48 15
Octal 60 135 17 60 0 124 100 137 110 25
Binary 110000 1011101 1111 110000 0 1010100 1000000 1011111 1001000 10101

Color Harmonies of #305D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D0F

Black with #305D0F

Text Example


Text Example

White with #305D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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