Html Css Color HEX #30AA53 Chateau Green

📋 copy color: '#30AA53'

red 48 ◦ green 170 ◦ blue 83

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

Shades of Chateau Green #30AA53

Tints of Chateau Green #30AA53

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.48%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 15.95%
G = 56.48%
B = 27.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#30AA53 (or 0x30AA53) is known color: Chateau Green. HEX triplet: 30, AA and 53. RGB value is (48,170,83). Sum of RGB (Red+Green+Blue) = 48+170+83=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA53 is #CF55AC. Grayscale: #7B7B7B. Windows color (decimal): -13587885 or 5483056. OLE color: 5483056.

HSL color Cylindrical-coordinate representation of color #30AA53: hue angle of 137.21º 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 #30AA53 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 170 83 -
CMYK 0.72 0 0.51 0.33
HSL 137.21º 0.56% 0.43% -
HSV(B) 137.21º 0.72% 0.67% -
XYZ 17.15 30 13.07 -
YUV 123.6 105.08 74.07 -
System Red Green Blue C M Y K H S L
Decimal 48 170 83 0.72 0 0.51 0.33 137.21 0.56 0.43
Hex 30 AA 53 48 0 33 21 89 38 2B
Octal 60 252 123 110 0 63 41 211 70 53
Binary 110000 10101010 1010011 1001000 0 110011 100001 10001001 111000 101011

Color Harmonies of #30AA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AA53

Black with #30AA53

Text Example


Text Example

White with #30AA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,170,83); }

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

background-color css

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

 a { background-color: rgb(48,170,83); }

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

border-color css

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

 span { border-color: rgb(48,170,83); }

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