Html Css Color HEX #305E3C Hunter Green

📋 copy color: '#305E3C'

red 48 ◦ green 94 ◦ blue 60

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

Shades of Hunter Green #305E3C

Tints of Hunter Green #305E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.53%

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 23.76%
G = 46.53%
B = 29.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#305E3C (or 0x305E3C) is known color: Hunter Green. HEX triplet: 30, 5E and 3C. RGB value is (48,94,60). Sum of RGB (Red+Green+Blue) = 48+94+60=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #305E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E3C is #CFA1C3. Grayscale: #4C4C4C. Windows color (decimal): -13607364 or 3956272. OLE color: 3956272.

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

Color convert

RGB 48 94 60 -
CMYK 0.49 0 0.36 0.63
HSL 135.65º 0.32% 0.28% -
HSV(B) 135.65º 0.49% 0.37% -
XYZ 6.04 8.96 5.69 -
YUV 76.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 48 94 60 0.49 0 0.36 0.63 135.65 0.32 0.28
Hex 30 5E 3C 31 0 24 3F 88 20 1C
Octal 60 136 74 61 0 44 77 210 40 34
Binary 110000 1011110 111100 110001 0 100100 111111 10001000 100000 11100

Color Harmonies of #305E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E3C

Black with #305E3C

Text Example


Text Example

White with #305E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,94,60); }

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

background-color css

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

 a { background-color: rgb(48,94,60); }

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

border-color css

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

 span { border-color: rgb(48,94,60); }

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