#30453F

Color #30453F Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #30453F

Tints of Gable Green #30453F

Color information

#30453F (or 0x30453F) is unknown color: approx Gable Green. HEX triplet: 30, 45 and 3F. RGB value is (48,69,63). Sum of RGB (Red+Green+Blue) = 48+69+63=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 69 - color contains mainly: green. Hex color #30453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30453F is #CFBAC0. Grayscale: #3E3E3E. Windows color (decimal): -13613761 or 4146480. OLE color: 4146480.

HSL color Cylindrical-coordinate representation of color #30453F: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #30453F is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB486963-
CMYK0.3000.090.73
HSL162.86º17.95%22.94%-
HSV(B)162.86º30.43%27.06%-
XYZ4.245.245.49-
YUV62.04128.54117.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 63 (25% from 255) = 35%
R=26.67%
G=38.33%
B=35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869630.3000.090.73162.8617.9522.94
Hex30453F1E0949a31217
Octal6010577360111112432227
Binary110000100010111111111110010011001001101000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30453F; }

 p { color: rgb(48,69,63); }

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

<style>
 a { background-color: #30453F; }

 a { background-color: rgb(48,69,63); }

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

<style>
 span { border-color: #30453F; }

 span { border-color: rgb(48,69,63); }

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