#30433F

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

Shades of Gable Green #30433F

Tints of Gable Green #30433F

Color information

#30433F (or 0x30433F) is unknown color: approx Gable Green. HEX triplet: 30, 43 and 3F. RGB value is (48,67,63). Sum of RGB (Red+Green+Blue) = 48+67+63=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #30433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30433F is #CFBCC0. Grayscale: #3C3C3C. Windows color (decimal): -13614273 or 4145968. OLE color: 4145968.

HSL color Cylindrical-coordinate representation of color #30433F: hue angle of 167.37º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #30433F is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB486763-
CMYK0.2800.060.74
HSL167.37º16.52%22.55%-
HSV(B)167.37º28.36%26.27%-
XYZ4.1255.45-
YUV60.86129.21118.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 63 (25% from 255) = 35.39%
R=26.97%
G=37.64%
B=35.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867630.2800.060.74167.3716.5222.55
Hex30433F1C064Aa71117
Octal601037734061122472127
Binary11000010000111111111110001101001010101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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