#303730

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

Shades of Gordons Green #303730

Tints of Gordons Green #303730

Color information

#303730 (or 0x303730) is unknown color: approx Gordons Green. HEX triplet: 30, 37 and 30. RGB value is (48,55,48). Sum of RGB (Red+Green+Blue) = 48+55+48=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 55 - color contains mainly: green. Hex color #303730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303730 is #CFC8CF. Grayscale: #343434. Windows color (decimal): -13617360 or 3159856. OLE color: 3159856.

HSL color Cylindrical-coordinate representation of color #303730: hue angle of 120º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #303730 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB485548-
CMYK0.1300.130.78
HSL120º6.8%20.2%-
HSV(B)120º12.73%21.57%-
XYZ3.123.573.32-
YUV52.11125.68125.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 55 (21.88% from 255) = 36.42%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=31.79%
G=36.42%
B=31.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855480.1300.130.781206.820.2
Hex303730D0D4E78714
Octal60676015015116170724
Binary1100001101111100001101011011001110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303730; }

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

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

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

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

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

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

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

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