#303531

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

Shades of Gordons Green #303531

Tints of Gordons Green #303531

Color information

#303531 (or 0x303531) is unknown color: approx Gordons Green. HEX triplet: 30, 35 and 31. RGB value is (48,53,49). Sum of RGB (Red+Green+Blue) = 48+53+49=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 53 - color contains mainly: green. Hex color #303531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303531 is #CFCACE. Grayscale: #333333. Windows color (decimal): -13617871 or 3224880. OLE color: 3224880.

HSL color Cylindrical-coordinate representation of color #303531: hue angle of 132º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #303531 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB485349-
CMYK0.0900.080.79
HSL132º4.95%19.8%-
HSV(B)132º9.43%20.78%-
XYZ3.053.43.4-
YUV51.05126.84125.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=32%
G=35.33%
B=32.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853490.0900.080.791324.9519.8
Hex3035319084F84514
Octal60656111010117204524
Binary11000011010111000110010100010011111000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303531; }

 p { color: rgb(48,53,49); }

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

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

 a { background-color: rgb(48,53,49); }

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

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

 span { border-color: rgb(48,53,49); }

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