Html Css Color HEX #30613A Hunter Green

📋 copy color: '#30613A'

red 48 ◦ green 97 ◦ blue 58

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

Shades of Hunter Green #30613A

Tints of Hunter Green #30613A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 23.65%
G = 47.78%
B = 28.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#30613A (or 0x30613A) is known color: Hunter Green. HEX triplet: 30, 61 and 3A. RGB value is (48,97,58). Sum of RGB (Red+Green+Blue) = 48+97+58=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #30613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30613A is #CF9EC5. Grayscale: #4E4E4E. Windows color (decimal): -13606598 or 3825968. OLE color: 3825968.

HSL color Cylindrical-coordinate representation of color #30613A: hue angle of 132.24º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30613A is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 58 -
CMYK 0.51 0 0.40 0.62
HSL 132.24º 0.34% 0.28% -
HSV(B) 132.24º 0.51% 0.38% -
XYZ 6.26 9.48 5.5 -
YUV 77.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 48 97 58 0.51 0 0.40 0.62 132.24 0.34 0.28
Hex 30 61 3A 33 0 28 3E 84 22 1C
Octal 60 141 72 63 0 50 76 204 42 34
Binary 110000 1100001 111010 110011 0 101000 111110 10000100 100010 11100

Color Harmonies of #30613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30613A

Black with #30613A

Text Example


Text Example

White with #30613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30613A; }

 p { color: rgb(48,97,58); }

 H1.HeaderClassName
 {
   color: #30613A;
 }
 .AnyTagClassName
 {
   color: #30613A;
 }
</style>

background-color css

<style>
 a { background-color: #30613A; }

 a { background-color: rgb(48,97,58); }

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

border-color css

<style>
 span { border-color: #30613A; }

 span { border-color: rgb(48,97,58); }

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