Html Css Color HEX #30994D Chateau Green

📋 copy color: '#30994D'

red 48 ◦ green 153 ◦ blue 77

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

Shades of Chateau Green #30994D

Tints of Chateau Green #30994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.04%

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 17.27%
G = 55.04%
B = 27.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#30994D (or 0x30994D) is known color: Chateau Green. HEX triplet: 30, 99 and 4D. RGB value is (48,153,77). Sum of RGB (Red+Green+Blue) = 48+153+77=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #30994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30994D is #CF66B2. Grayscale: #717171. Windows color (decimal): -13592243 or 5085488. OLE color: 5085488.

HSL color Cylindrical-coordinate representation of color #30994D: hue angle of 136.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30994D is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 77 -
CMYK 0.69 0 0.50 0.4
HSL 136.57º 0.52% 0.39% -
HSV(B) 136.57º 0.69% 0.6% -
XYZ 13.95 23.95 10.91 -
YUV 112.94 107.71 81.68 -
System Red Green Blue C M Y K H S L
Decimal 48 153 77 0.69 0 0.50 0.4 136.57 0.52 0.39
Hex 30 99 4D 45 0 32 28 89 34 27
Octal 60 231 115 105 0 62 50 211 64 47
Binary 110000 10011001 1001101 1000101 0 110010 101000 10001001 110100 100111

Color Harmonies of #30994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30994D

Black with #30994D

Text Example


Text Example

White with #30994D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,153,77); }

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

background-color css

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

 a { background-color: rgb(48,153,77); }

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

border-color css

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

 span { border-color: rgb(48,153,77); }

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