#30B446

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

Shades of Chateau Green #30B446

Tints of Chateau Green #30B446

Color information

#30B446 (or 0x30B446) is unknown color: approx Chateau Green. HEX triplet: 30, B4 and 46. RGB value is (48,180,70). Sum of RGB (Red+Green+Blue) = 48+180+70=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #30B446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B446 is #CF4BB9. Grayscale: #808080. Windows color (decimal): -13585338 or 4633648. OLE color: 4633648.

HSL color Cylindrical-coordinate representation of color #30B446: hue angle of 130º 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 #30B446 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB4818070-
CMYK0.7300.610.29
HSL130º57.89%44.71%-
HSV(B)130º73.33%70.59%-
XYZ18.6533.7111.32-
YUV127.9995.2770.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 180 (70.70% from 255) = 60.40%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=16.11%
G=60.40%
B=23.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48180700.7300.610.2913057.8944.71
Hex30B4464903D1D823a2d
Octal60264106111075352027255
Binary110000101101001000110100100101111011110110000010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,180,70); }

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

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

 a { background-color: rgb(48,180,70); }

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

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

 span { border-color: rgb(48,180,70); }

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