Html Css Color HEX #305F3C Hunter Green

📋 copy color: '#305F3C'

red 48 ◦ green 95 ◦ blue 60

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

Shades of Hunter Green #305F3C

Tints of Hunter Green #305F3C

RGB

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

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

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

R = 23.65%
G = 46.8%
B = 29.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#305F3C (or 0x305F3C) is known color: Hunter Green. HEX triplet: 30, 5F and 3C. RGB value is (48,95,60). Sum of RGB (Red+Green+Blue) = 48+95+60=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #305F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F3C is #CFA0C3. Grayscale: #4D4D4D. Windows color (decimal): -13607108 or 3956528. OLE color: 3956528.

HSL color Cylindrical-coordinate representation of color #305F3C: hue angle of 135.32º degrees, saturation: 0.33, 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 #305F3C is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 95 60 -
CMYK 0.49 0 0.37 0.63
HSL 135.32º 0.33% 0.28% -
HSV(B) 135.32º 0.49% 0.37% -
XYZ 6.13 9.14 5.72 -
YUV 76.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 48 95 60 0.49 0 0.37 0.63 135.32 0.33 0.28
Hex 30 5F 3C 31 0 25 3F 87 21 1C
Octal 60 137 74 61 0 45 77 207 41 34
Binary 110000 1011111 111100 110001 0 100101 111111 10000111 100001 11100

Color Harmonies of #305F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F3C

Black with #305F3C

Text Example


Text Example

White with #305F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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