#30A34B

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

Shades of Chateau Green #30A34B

Tints of Chateau Green #30A34B

Color information

#30A34B (or 0x30A34B) is unknown color: approx Chateau Green. HEX triplet: 30, A3 and 4B. RGB value is (48,163,75). Sum of RGB (Red+Green+Blue) = 48+163+75=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #30A34B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A34B is #CF5CB4. Grayscale: #767676. Windows color (decimal): -13589685 or 4956976. OLE color: 4956976.

HSL color Cylindrical-coordinate representation of color #30A34B: hue angle of 134.09º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A34B is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB4816375-
CMYK0.7100.540.36
HSL134.09º54.5%41.37%-
HSV(B)134.09º70.55%63.92%-
XYZ15.5927.3311.11-
YUV118.58103.477.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 163 (64.06% from 255) = 56.99%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=16.78%
G=56.99%
B=26.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48163750.7100.540.36134.0954.541.37
Hex30A34B4703624863729
Octal60243113107066442066751
Binary1100001010001110010111000111011011010010010000110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,163,75); }

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

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

 a { background-color: rgb(48,163,75); }

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

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

 span { border-color: rgb(48,163,75); }

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