#30B551

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

Shades of Chateau Green #30B551

Tints of Chateau Green #30B551

Color information

#30B551 (or 0x30B551) is unknown color: approx Chateau Green. HEX triplet: 30, B5 and 51. RGB value is (48,181,81). Sum of RGB (Red+Green+Blue) = 48+181+81=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #30B551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B551 is #CF4AAE. Grayscale: #828282. Windows color (decimal): -13585071 or 5354800. OLE color: 5354800.

HSL color Cylindrical-coordinate representation of color #30B551: hue angle of 134.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B551 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB4818181-
CMYK0.7300.550.29
HSL134.89º58.08%44.9%-
HSV(B)134.89º73.48%70.98%-
XYZ19.2334.2713.39-
YUV129.83100.4469.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 181 (71.09% from 255) = 58.39%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=15.48%
G=58.39%
B=26.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48181810.7300.550.29134.8958.0844.9
Hex30B551490371D873a2d
Octal60265121111067352077255
Binary110000101101011010001100100101101111110110000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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