Html Css Color HEX #30663A Hunter Green

📋 copy color: '#30663A'

red 48 ◦ green 102 ◦ blue 58

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

Shades of Hunter Green #30663A

Tints of Hunter Green #30663A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.04%

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

R = 23.08%
G = 49.04%
B = 27.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#30663A (or 0x30663A) is known color: Hunter Green. HEX triplet: 30, 66 and 3A. RGB value is (48,102,58). Sum of RGB (Red+Green+Blue) = 48+102+58=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #30663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30663A is #CF99C5. Grayscale: #505050. Windows color (decimal): -13605318 or 3827248. OLE color: 3827248.

HSL color Cylindrical-coordinate representation of color #30663A: hue angle of 131.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30663A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 58 -
CMYK 0.53 0 0.43 0.6
HSL 131.11º 0.36% 0.29% -
HSV(B) 131.11º 0.53% 0.4% -
XYZ 6.73 10.44 5.66 -
YUV 80.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 48 102 58 0.53 0 0.43 0.6 131.11 0.36 0.29
Hex 30 66 3A 35 0 2B 3C 83 24 1D
Octal 60 146 72 65 0 53 74 203 44 35
Binary 110000 1100110 111010 110101 0 101011 111100 10000011 100100 11101

Color Harmonies of #30663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30663A

Black with #30663A

Text Example


Text Example

White with #30663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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