Html Css Color HEX #305D39 Hunter Green

📋 copy color: '#305D39'

red 48 ◦ green 93 ◦ blue 57

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

Shades of Hunter Green #305D39

Tints of Hunter Green #305D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.79%

R = 24.24%
G = 46.97%
B = 28.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#305D39 (or 0x305D39) is known color: Hunter Green. HEX triplet: 30, 5D and 39. RGB value is (48,93,57). Sum of RGB (Red+Green+Blue) = 48+93+57=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #305D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D39 is #CFA2C6. Grayscale: #4B4B4B. Windows color (decimal): -13607623 or 3759408. OLE color: 3759408.

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

Color convert

RGB 48 93 57 -
CMYK 0.48 0 0.39 0.64
HSL 132º 0.32% 0.28% -
HSV(B) 132º 0.48% 0.36% -
XYZ 5.87 8.75 5.25 -
YUV 75.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 48 93 57 0.48 0 0.39 0.64 132 0.32 0.28
Hex 30 5D 39 30 0 27 40 84 20 1C
Octal 60 135 71 60 0 47 100 204 40 34
Binary 110000 1011101 111001 110000 0 100111 1000000 10000100 100000 11100

Color Harmonies of #305D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D39

Black with #305D39

Text Example


Text Example

White with #305D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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