Html Css Color HEX #30603D Hunter Green

📋 copy color: '#30603D'

red 48 ◦ green 96 ◦ blue 61

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

Shades of Hunter Green #30603D

Tints of Hunter Green #30603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 23.41%
G = 46.83%
B = 29.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#30603D (or 0x30603D) is known color: Hunter Green. HEX triplet: 30, 60 and 3D. RGB value is (48,96,61). Sum of RGB (Red+Green+Blue) = 48+96+61=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #30603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30603D is #CF9FC2. Grayscale: #4D4D4D. Windows color (decimal): -13606851 or 4022320. OLE color: 4022320.

HSL color Cylindrical-coordinate representation of color #30603D: hue angle of 136.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30603D is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 61 -
CMYK 0.50 0 0.36 0.62
HSL 136.25º 0.33% 0.28% -
HSV(B) 136.25º 0.5% 0.38% -
XYZ 6.24 9.33 5.89 -
YUV 77.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 48 96 61 0.50 0 0.36 0.62 136.25 0.33 0.28
Hex 30 60 3D 32 0 24 3E 88 21 1C
Octal 60 140 75 62 0 44 76 210 41 34
Binary 110000 1100000 111101 110010 0 100100 111110 10001000 100001 11100

Color Harmonies of #30603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30603D

Black with #30603D

Text Example


Text Example

White with #30603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30603D; }

 p { color: rgb(48,96,61); }

 H1.HeaderClassName
 {
   color: #30603D;
 }
 .AnyTagClassName
 {
   color: #30603D;
 }
</style>

background-color css

<style>
 a { background-color: #30603D; }

 a { background-color: rgb(48,96,61); }

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

border-color css

<style>
 span { border-color: #30603D; }

 span { border-color: rgb(48,96,61); }

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