Html Css Color HEX #30AE55 Chateau Green

📋 copy color: '#30AE55'

red 48 ◦ green 174 ◦ blue 85

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

Shades of Chateau Green #30AE55

Tints of Chateau Green #30AE55

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.68%

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

R = 15.64%
G = 56.68%
B = 27.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#30AE55 (or 0x30AE55) is known color: Chateau Green. HEX triplet: 30, AE and 55. RGB value is (48,174,85). Sum of RGB (Red+Green+Blue) = 48+174+85=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AE55 is #CF51AA. Grayscale: #7E7E7E. Windows color (decimal): -13586859 or 5615152. OLE color: 5615152.

HSL color Cylindrical-coordinate representation of color #30AE55: hue angle of 137.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE55 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 174 85 -
CMYK 0.72 0 0.51 0.32
HSL 137.62º 0.57% 0.44% -
HSV(B) 137.62º 0.72% 0.68% -
XYZ 17.99 31.56 13.74 -
YUV 126.18 104.76 72.24 -
System Red Green Blue C M Y K H S L
Decimal 48 174 85 0.72 0 0.51 0.32 137.62 0.57 0.44
Hex 30 AE 55 48 0 33 20 8A 39 2C
Octal 60 256 125 110 0 63 40 212 71 54
Binary 110000 10101110 1010101 1001000 0 110011 100000 10001010 111001 101100

Color Harmonies of #30AE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AE55

Black with #30AE55

Text Example


Text Example

White with #30AE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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