Html Css Color HEX #30663F Hunter Green

📋 copy color: '#30663F'

red 48 ◦ green 102 ◦ blue 63

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

Shades of Hunter Green #30663F

Tints of Hunter Green #30663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.58%

R = 22.54%
G = 47.89%
B = 29.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#30663F (or 0x30663F) is known color: Hunter Green. HEX triplet: 30, 66 and 3F. RGB value is (48,102,63). Sum of RGB (Red+Green+Blue) = 48+102+63=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #30663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30663F is #CF99C0. Grayscale: #515151. Windows color (decimal): -13605313 or 4154928. OLE color: 4154928.

HSL color Cylindrical-coordinate representation of color #30663F: hue angle of 136.67º 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 #30663F is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 63 -
CMYK 0.53 0 0.38 0.6
HSL 136.67º 0.36% 0.29% -
HSV(B) 136.67º 0.53% 0.4% -
XYZ 6.87 10.49 6.37 -
YUV 81.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 48 102 63 0.53 0 0.38 0.6 136.67 0.36 0.29
Hex 30 66 3F 35 0 26 3C 89 24 1D
Octal 60 146 77 65 0 46 74 211 44 35
Binary 110000 1100110 111111 110101 0 100110 111100 10001001 100100 11101

Color Harmonies of #30663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30663F

Black with #30663F

Text Example


Text Example

White with #30663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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