Html Css Color HEX #305B10 Palm Leaf

📋 copy color: '#305B10'

red 48 ◦ green 91 ◦ blue 16

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

Shades of Palm Leaf #305B10

Tints of Palm Leaf #305B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 58.71%

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

R = 30.97%
G = 58.71%
B = 10.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#305B10 (or 0x305B10) is known color: Palm Leaf. HEX triplet: 30, 5B and 10. RGB value is (48,91,16). Sum of RGB (Red+Green+Blue) = 48+91+16=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #305B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305B10 is #CFA4EF. Grayscale: #454545. Windows color (decimal): -13608176 or 1071920. OLE color: 1071920.

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

Color convert

RGB 48 91 16 -
CMYK 0.47 0 0.82 0.64
HSL 94.4º 0.7% 0.21% -
HSV(B) 94.4º 0.82% 0.36% -
XYZ 5.05 8.15 1.8 -
YUV 69.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 48 91 16 0.47 0 0.82 0.64 94.4 0.7 0.21
Hex 30 5B 10 2F 0 52 40 5E 46 15
Octal 60 133 20 57 0 122 100 136 106 25
Binary 110000 1011011 10000 101111 0 1010010 1000000 1011110 1000110 10101

Color Harmonies of #305B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B10

Black with #305B10

Text Example


Text Example

White with #305B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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