Html Css Color HEX #305F0F Palm Leaf

📋 copy color: '#305F0F'

red 48 ◦ green 95 ◦ blue 15

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

Shades of Palm Leaf #305F0F

Tints of Palm Leaf #305F0F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 60.13%

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

R = 30.38%
G = 60.13%
B = 9.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#305F0F (or 0x305F0F) is known color: Palm Leaf. HEX triplet: 30, 5F and 0F. RGB value is (48,95,15). Sum of RGB (Red+Green+Blue) = 48+95+15=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #305F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F0F is #CFA0F0. Grayscale: #484848. Windows color (decimal): -13607153 or 1007408. OLE color: 1007408.

HSL color Cylindrical-coordinate representation of color #305F0F: hue angle of 95.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #305F0F is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 95 15 -
CMYK 0.49 0 0.84 0.63
HSL 95.25º 0.73% 0.22% -
HSV(B) 95.25º 0.84% 0.37% -
XYZ 5.4 8.85 1.88 -
YUV 71.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 48 95 15 0.49 0 0.84 0.63 95.25 0.73 0.22
Hex 30 5F F 31 0 54 3F 5F 49 16
Octal 60 137 17 61 0 124 77 137 111 26
Binary 110000 1011111 1111 110001 0 1010100 111111 1011111 1001001 10110

Color Harmonies of #305F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F0F

Black with #305F0F

Text Example


Text Example

White with #305F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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