Html Css Color HEX #30AA55 Chateau Green

📋 copy color: '#30AA55'

red 48 ◦ green 170 ◦ blue 85

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

Shades of Chateau Green #30AA55

Tints of Chateau Green #30AA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.05%

R = 15.84%
G = 56.11%
B = 28.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#30AA55 (or 0x30AA55) is known color: Chateau Green. HEX triplet: 30, AA and 55. RGB value is (48,170,85). Sum of RGB (Red+Green+Blue) = 48+170+85=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA55 is #CF55AA. Grayscale: #7C7C7C. Windows color (decimal): -13587883 or 5614128. OLE color: 5614128.

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

Color convert

RGB 48 170 85 -
CMYK 0.72 0 0.50 0.33
HSL 138.2º 0.56% 0.43% -
HSV(B) 138.2º 0.72% 0.67% -
XYZ 17.23 30.03 13.48 -
YUV 123.83 106.08 73.91 -
System Red Green Blue C M Y K H S L
Decimal 48 170 85 0.72 0 0.50 0.33 138.2 0.56 0.43
Hex 30 AA 55 48 0 32 21 8A 38 2B
Octal 60 252 125 110 0 62 41 212 70 53
Binary 110000 10101010 1010101 1001000 0 110010 100001 10001010 111000 101011

Color Harmonies of #30AA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AA55

Black with #30AA55

Text Example


Text Example

White with #30AA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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