Html Css Color HEX #30AD55 Chateau Green

📋 copy color: '#30AD55'

red 48 ◦ green 173 ◦ blue 85

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

Shades of Chateau Green #30AD55

Tints of Chateau Green #30AD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.54%

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

R = 15.69%
G = 56.54%
B = 27.78%

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

#30AD55 (or 0x30AD55) is known color: Chateau Green. HEX triplet: 30, AD and 55. RGB value is (48,173,85). Sum of RGB (Red+Green+Blue) = 48+173+85=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AD55 is #CF52AA. Grayscale: #7D7D7D. Windows color (decimal): -13587115 or 5614896. OLE color: 5614896.

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

Color convert

RGB 48 173 85 -
CMYK 0.72 0 0.51 0.32
HSL 137.76º 0.57% 0.43% -
HSV(B) 137.76º 0.72% 0.68% -
XYZ 17.8 31.17 13.67 -
YUV 125.59 105.09 72.66 -
System Red Green Blue C M Y K H S L
Decimal 48 173 85 0.72 0 0.51 0.32 137.76 0.57 0.43
Hex 30 AD 55 48 0 33 20 8A 39 2B
Octal 60 255 125 110 0 63 40 212 71 53
Binary 110000 10101101 1010101 1001000 0 110011 100000 10001010 111001 101011

Color Harmonies of #30AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AD55

Black with #30AD55

Text Example


Text Example

White with #30AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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