#303D3B

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

Shades of Gable Green #303D3B

Tints of Gable Green #303D3B

Color information

#303D3B (or 0x303D3B) is unknown color: approx Gable Green. HEX triplet: 30, 3D and 3B. RGB value is (48,61,59). Sum of RGB (Red+Green+Blue) = 48+61+59=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #303D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D3B is #CFC2C4. Grayscale: #383838. Windows color (decimal): -13615813 or 3882288. OLE color: 3882288.

HSL color Cylindrical-coordinate representation of color #303D3B: hue angle of 170.77º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D3B is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB486159-
CMYK0.2100.030.76
HSL170.77º11.93%21.37%-
HSV(B)170.77º21.31%23.92%-
XYZ3.684.284.77-
YUV56.88129.19121.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=28.57%
G=36.31%
B=35.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861590.2100.030.76170.7711.9321.37
Hex303D3B15034Cabc15
Octal60757325031142531425
Binary11000011110111101110101011100110010101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D3B; }

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

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

<style>
 a { background-color: #303D3B; }

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

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

<style>
 span { border-color: #303D3B; }

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

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