Html Css Color HEX #30AC49 Chateau Green

📋 copy color: '#30AC49'

red 48 ◦ green 172 ◦ blue 73

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

Shades of Chateau Green #30AC49

Tints of Chateau Green #30AC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.7%

 BLUE value IS 73 (28.91% from 255) = 24.91%

R = 16.38%
G = 58.7%
B = 24.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#30AC49 (or 0x30AC49) is known color: Chateau Green. HEX triplet: 30, AC and 49. RGB value is (48,172,73). Sum of RGB (Red+Green+Blue) = 48+172+73=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC49 is #CF53B6. Grayscale: #7B7B7B. Windows color (decimal): -13587383 or 4828208. OLE color: 4828208.

HSL color Cylindrical-coordinate representation of color #30AC49: hue angle of 132.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC49 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 172 73 -
CMYK 0.72 0 0.58 0.33
HSL 132.1º 0.56% 0.43% -
HSV(B) 132.1º 0.72% 0.67% -
XYZ 17.17 30.61 11.31 -
YUV 123.64 99.42 74.05 -
System Red Green Blue C M Y K H S L
Decimal 48 172 73 0.72 0 0.58 0.33 132.1 0.56 0.43
Hex 30 AC 49 48 0 3A 21 84 38 2B
Octal 60 254 111 110 0 72 41 204 70 53
Binary 110000 10101100 1001001 1001000 0 111010 100001 10000100 111000 101011

Color Harmonies of #30AC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC49

Black with #30AC49

Text Example


Text Example

White with #30AC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AC49; }

 p { color: rgb(48,172,73); }

 H1.HeaderClassName
 {
   color: #30AC49;
 }
 .AnyTagClassName
 {
   color: #30AC49;
 }
</style>

background-color css

<style>
 a { background-color: #30AC49; }

 a { background-color: rgb(48,172,73); }

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

border-color css

<style>
 span { border-color: #30AC49; }

 span { border-color: rgb(48,172,73); }

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