Html Css Color HEX #30A550 Chateau Green

📋 copy color: '#30A550'

red 48 ◦ green 165 ◦ blue 80

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

Shades of Chateau Green #30A550

Tints of Chateau Green #30A550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.31%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 16.38%
G = 56.31%
B = 27.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#30A550 (or 0x30A550) is known color: Chateau Green. HEX triplet: 30, A5 and 50. RGB value is (48,165,80). Sum of RGB (Red+Green+Blue) = 48+165+80=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #30A550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A550 is #CF5AAF. Grayscale: #787878. Windows color (decimal): -13589168 or 5285168. OLE color: 5285168.

HSL color Cylindrical-coordinate representation of color #30A550: hue angle of 136.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A550 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 80 -
CMYK 0.71 0 0.52 0.35
HSL 136.41º 0.55% 0.42% -
HSV(B) 136.41º 0.71% 0.65% -
XYZ 16.12 28.12 12.17 -
YUV 120.33 105.24 76.41 -
System Red Green Blue C M Y K H S L
Decimal 48 165 80 0.71 0 0.52 0.35 136.41 0.55 0.42
Hex 30 A5 50 47 0 34 23 88 37 2A
Octal 60 245 120 107 0 64 43 210 67 52
Binary 110000 10100101 1010000 1000111 0 110100 100011 10001000 110111 101010

Color Harmonies of #30A550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A550

Black with #30A550

Text Example


Text Example

White with #30A550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,165,80); }

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

background-color css

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

 a { background-color: rgb(48,165,80); }

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

border-color css

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

 span { border-color: rgb(48,165,80); }

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