#30BC52

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

Shades of Chateau Green #30BC52

Tints of Chateau Green #30BC52

Color information

#30BC52 (or 0x30BC52) is unknown color: approx Chateau Green. HEX triplet: 30, BC and 52. RGB value is (48,188,82). Sum of RGB (Red+Green+Blue) = 48+188+82=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC52 is #CF43AD. Grayscale: #868686. Windows color (decimal): -13583278 or 5422128. OLE color: 5422128.

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

Color convert

RGB4818882-
CMYK0.7400.560.26
HSL134.57º59.32%46.27%-
HSV(B)134.57º74.47%73.73%-
XYZ20.7337.214.07-
YUV134.0698.6266.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 188 (73.83% from 255) = 59.12%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=15.09%
G=59.12%
B=25.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48188820.7400.560.26134.5759.3246.27
Hex30BC524A0381A873b2e
Octal60274122112070322077356
Binary110000101111001010010100101001110001101010000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,188,82); }

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

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

 a { background-color: rgb(48,188,82); }

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

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

 span { border-color: rgb(48,188,82); }

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