#303130

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

Shades of Gordons Green #303130

Tints of Gordons Green #303130

Color information

#303130 (or 0x303130) is unknown color: approx Gordons Green. HEX triplet: 30, 31 and 30. RGB value is (48,49,48). Sum of RGB (Red+Green+Blue) = 48+49+48=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 49 - color contains mainly: green. Hex color #303130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303130 is #CFCECF. Grayscale: #303030. Windows color (decimal): -13618896 or 3158320. OLE color: 3158320.

HSL color Cylindrical-coordinate representation of color #303130: hue angle of 120º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #303130 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB484948-
CMYK0.0200.020.81
HSL120º1.03%19.02%-
HSV(B)120º2.04%19.22%-
XYZ2.853.043.23-
YUV48.59127.67127.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=33.10%
G=33.79%
B=33.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849480.0200.020.811201.0319.02
Hex3031302025178113
Octal606160202121170123
Binary1100001100011100001001010100011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303130; }

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

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

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

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

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

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

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

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