#30413E

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

Shades of Gable Green #30413E

Tints of Gable Green #30413E

Color information

#30413E (or 0x30413E) is unknown color: approx Gable Green. HEX triplet: 30, 41 and 3E. RGB value is (48,65,62). Sum of RGB (Red+Green+Blue) = 48+65+62=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #30413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30413E is #CFBEC1. Grayscale: #3B3B3B. Windows color (decimal): -13614786 or 4079920. OLE color: 4079920.

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

Color convert

RGB486562-
CMYK0.2600.050.75
HSL169.41º15.04%22.16%-
HSV(B)169.41º26.15%25.49%-
XYZ3.984.765.27-
YUV59.58129.37119.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=27.43%
G=37.14%
B=35.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865620.2600.050.75169.4115.0422.16
Hex30413E1A054Ba9f16
Octal601017632051132511726
Binary1100001000001111110110100101100101110101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30413E; }

 p { color: rgb(48,65,62); }

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

<style>
 a { background-color: #30413E; }

 a { background-color: rgb(48,65,62); }

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

<style>
 span { border-color: #30413E; }

 span { border-color: rgb(48,65,62); }

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