#30BE55

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

Shades of Chateau Green #30BE55

Tints of Chateau Green #30BE55

Color information

#30BE55 (or 0x30BE55) is unknown color: approx Chateau Green. HEX triplet: 30, BE and 55. RGB value is (48,190,85). Sum of RGB (Red+Green+Blue) = 48+190+85=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BE55 is #CF41AA. Grayscale: #878787. Windows color (decimal): -13582763 or 5619248. OLE color: 5619248.

HSL color Cylindrical-coordinate representation of color #30BE55: hue angle of 135.63º 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 #30BE55 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB4819085-
CMYK0.7500.550.25
HSL135.63º59.66%46.67%-
HSV(B)135.63º74.74%74.51%-
XYZ21.2738.1114.83-
YUV135.5799.4665.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 190 (74.61% from 255) = 58.82%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=14.86%
G=58.82%
B=26.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48190850.7500.550.25135.6359.6646.67
Hex30BE554B03719883c2f
Octal60276125113067312107457
Binary110000101111101010101100101101101111100110001000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,190,85); }

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

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

 a { background-color: rgb(48,190,85); }

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

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

 span { border-color: rgb(48,190,85); }

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