Html Css Color HEX #30613B Hunter Green

📋 copy color: '#30613B'

red 48 ◦ green 97 ◦ blue 59

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

Shades of Hunter Green #30613B

Tints of Hunter Green #30613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.92%

R = 23.53%
G = 47.55%
B = 28.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#30613B (or 0x30613B) is known color: Hunter Green. HEX triplet: 30, 61 and 3B. RGB value is (48,97,59). Sum of RGB (Red+Green+Blue) = 48+97+59=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #30613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30613B is #CF9EC4. Grayscale: #4E4E4E. Windows color (decimal): -13606597 or 3891504. OLE color: 3891504.

HSL color Cylindrical-coordinate representation of color #30613B: hue angle of 133.47º 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 #30613B is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 59 -
CMYK 0.51 0 0.39 0.62
HSL 133.47º 0.34% 0.28% -
HSV(B) 133.47º 0.51% 0.38% -
XYZ 6.28 9.49 5.64 -
YUV 78.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 48 97 59 0.51 0 0.39 0.62 133.47 0.34 0.28
Hex 30 61 3B 33 0 27 3E 85 22 1C
Octal 60 141 73 63 0 47 76 205 42 34
Binary 110000 1100001 111011 110011 0 100111 111110 10000101 100010 11100

Color Harmonies of #30613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30613B

Black with #30613B

Text Example


Text Example

White with #30613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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