#30BF53

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

Shades of Chateau Green #30BF53

Tints of Chateau Green #30BF53

Color information

#30BF53 (or 0x30BF53) is unknown color: approx Chateau Green. HEX triplet: 30, BF and 53. RGB value is (48,191,83). Sum of RGB (Red+Green+Blue) = 48+191+83=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF53 is #CF40AC. Grayscale: #888888. Windows color (decimal): -13582509 or 5488432. OLE color: 5488432.

HSL color Cylindrical-coordinate representation of color #30BF53: hue angle of 134.69º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF53 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB4819183-
CMYK0.7500.570.25
HSL134.69º59.83%46.86%-
HSV(B)134.69º74.87%74.9%-
XYZ21.4138.5114.49-
YUV135.9398.1265.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 191 (75% from 255) = 59.32%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=14.91%
G=59.32%
B=25.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191830.7500.570.25134.6959.8346.86
Hex30BF534B03919873c2f
Octal60277123113071312077457
Binary110000101111111010011100101101110011100110000111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,191,83); }

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

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

 a { background-color: rgb(48,191,83); }

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

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

 span { border-color: rgb(48,191,83); }

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