#30403C

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

Shades of Gable Green #30403C

Tints of Gable Green #30403C

Color information

#30403C (or 0x30403C) is unknown color: approx Gable Green. HEX triplet: 30, 40 and 3C. RGB value is (48,64,60). Sum of RGB (Red+Green+Blue) = 48+64+60=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #30403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30403C is #CFBFC3. Grayscale: #3A3A3A. Windows color (decimal): -13615044 or 3948592. OLE color: 3948592.

HSL color Cylindrical-coordinate representation of color #30403C: hue angle of 165º 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 #30403C is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB486460-
CMYK0.2500.060.75
HSL165º14.29%21.96%-
HSV(B)165º25%25.1%-
XYZ3.874.624.96-
YUV58.76128.7120.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=27.91%
G=37.21%
B=34.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864600.2500.060.7516514.2921.96
Hex30403C19064Ba5e16
Octal601007431061132451626
Binary1100001000000111100110010110100101110100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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