Html Css Color HEX #30A151 Chateau Green

📋 copy color: '#30A151'

red 48 ◦ green 161 ◦ blue 81

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

Shades of Chateau Green #30A151

Tints of Chateau Green #30A151

RGB

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

 GREEN value IS 161 (63.28% from 255) = 55.52%

 BLUE value IS 81 (32.03% from 255) = 27.93%

R = 16.55%
G = 55.52%
B = 27.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#30A151 (or 0x30A151) is known color: Chateau Green. HEX triplet: 30, A1 and 51. RGB value is (48,161,81). Sum of RGB (Red+Green+Blue) = 48+161+81=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #30A151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A151 is #CF5EAE. Grayscale: #767676. Windows color (decimal): -13590191 or 5349680. OLE color: 5349680.

HSL color Cylindrical-coordinate representation of color #30A151: hue angle of 137.52º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A151 is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 81 -
CMYK 0.70 0 0.50 0.37
HSL 137.52º 0.54% 0.41% -
HSV(B) 137.52º 0.7% 0.63% -
XYZ 15.45 26.71 12.13 -
YUV 118.09 107.06 78 -
System Red Green Blue C M Y K H S L
Decimal 48 161 81 0.70 0 0.50 0.37 137.52 0.54 0.41
Hex 30 A1 51 46 0 32 25 8A 36 29
Octal 60 241 121 106 0 62 45 212 66 51
Binary 110000 10100001 1010001 1000110 0 110010 100101 10001010 110110 101001

Color Harmonies of #30A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A151

Black with #30A151

Text Example


Text Example

White with #30A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,161,81); }

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

background-color css

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

 a { background-color: rgb(48,161,81); }

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

border-color css

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

 span { border-color: rgb(48,161,81); }

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