#30BA57

Color #30BA57 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #30BA57

Tints of Chateau Green #30BA57

Color information

#30BA57 (or 0x30BA57) is unknown color: approx Chateau Green. HEX triplet: 30, BA and 57. RGB value is (48,186,87). Sum of RGB (Red+Green+Blue) = 48+186+87=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA57 is #CF45A8. Grayscale: #858585. Windows color (decimal): -13583785 or 5749296. OLE color: 5749296.

HSL color Cylindrical-coordinate representation of color #30BA57: hue angle of 136.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA57 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB4818687-
CMYK0.7400.530.27
HSL136.96º58.97%45.88%-
HSV(B)136.96º74.19%72.94%-
XYZ20.536.4314.97-
YUV133.45101.7867.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 186 (73.05% from 255) = 57.94%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=14.95%
G=57.94%
B=27.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48186870.7400.530.27136.9658.9745.88
Hex30BA574A0351B893b2e
Octal60272127112065332117356
Binary110000101110101010111100101001101011101110001001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,87); }

 H1.HeaderClassName
 {
   color: #30BA57;
 }
 .AnyTagClassName
 {
   color: #30BA57;
 }
</style>
background-color css

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

 a { background-color: rgb(48,186,87); }

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

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

 span { border-color: rgb(48,186,87); }

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