Html Css Color HEX #30643C Hunter Green

📋 copy color: '#30643C'

red 48 ◦ green 100 ◦ blue 60

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

Shades of Hunter Green #30643C

Tints of Hunter Green #30643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.08%

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 23.08%
G = 48.08%
B = 28.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#30643C (or 0x30643C) is known color: Hunter Green. HEX triplet: 30, 64 and 3C. RGB value is (48,100,60). Sum of RGB (Red+Green+Blue) = 48+100+60=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #30643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30643C is #CF9BC3. Grayscale: #505050. Windows color (decimal): -13605828 or 3957808. OLE color: 3957808.

HSL color Cylindrical-coordinate representation of color #30643C: hue angle of 133.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30643C is Cyan = 0.52, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 60 -
CMYK 0.52 0 0.4 0.61
HSL 133.85º 0.35% 0.29% -
HSV(B) 133.85º 0.52% 0.39% -
XYZ 6.59 10.07 5.87 -
YUV 79.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 48 100 60 0.52 0 0.4 0.61 133.85 0.35 0.29
Hex 30 64 3C 34 0 28 3D 86 23 1D
Octal 60 144 74 64 0 50 75 206 43 35
Binary 110000 1100100 111100 110100 0 101000 111101 10000110 100011 11101

Color Harmonies of #30643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30643C

Black with #30643C

Text Example


Text Example

White with #30643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30643C; }

 p { color: rgb(48,100,60); }

 H1.HeaderClassName
 {
   color: #30643C;
 }
 .AnyTagClassName
 {
   color: #30643C;
 }
</style>

background-color css

<style>
 a { background-color: #30643C; }

 a { background-color: rgb(48,100,60); }

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

border-color css

<style>
 span { border-color: #30643C; }

 span { border-color: rgb(48,100,60); }

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