#30B751

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

Shades of Chateau Green #30B751

Tints of Chateau Green #30B751

Color information

#30B751 (or 0x30B751) is unknown color: approx Chateau Green. HEX triplet: 30, B7 and 51. RGB value is (48,183,81). Sum of RGB (Red+Green+Blue) = 48+183+81=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #30B751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B751 is #CF48AE. Grayscale: #838383. Windows color (decimal): -13584559 or 5355312. OLE color: 5355312.

HSL color Cylindrical-coordinate representation of color #30B751: hue angle of 134.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B751 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB4818381-
CMYK0.7400.560.28
HSL134.67º58.44%45.29%-
HSV(B)134.67º73.77%71.76%-
XYZ19.6435.0913.52-
YUV131.0199.7768.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 183 (71.88% from 255) = 58.65%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=15.38%
G=58.65%
B=25.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48183810.7400.560.28134.6758.4445.29
Hex30B7514A0381C873a2d
Octal60267121112070342077255
Binary110000101101111010001100101001110001110010000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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