#30403D

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

Shades of Gable Green #30403D

Tints of Gable Green #30403D

Color information

#30403D (or 0x30403D) is unknown color: approx Gable Green. HEX triplet: 30, 40 and 3D. RGB value is (48,64,61). Sum of RGB (Red+Green+Blue) = 48+64+61=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 64 - color contains mainly: green. Hex color #30403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30403D is #CFBFC2. Grayscale: #3A3A3A. Windows color (decimal): -13615043 or 4014128. OLE color: 4014128.

HSL color Cylindrical-coordinate representation of color #30403D: hue angle of 168.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30403D is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB486461-
CMYK0.2500.050.75
HSL168.75º14.29%21.96%-
HSV(B)168.75º25%25.1%-
XYZ3.894.635.1-
YUV58.87129.2120.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=27.75%
G=36.99%
B=35.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864610.2500.050.75168.7514.2921.96
Hex30403D19054Ba9e16
Octal601007531051132511626
Binary1100001000000111101110010101100101110101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30403D; }

 p { color: rgb(48,64,61); }

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

<style>
 a { background-color: #30403D; }

 a { background-color: rgb(48,64,61); }

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

<style>
 span { border-color: #30403D; }

 span { border-color: rgb(48,64,61); }

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