#303732

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

Shades of Gordons Green #303732

Tints of Gordons Green #303732

Color information

#303732 (or 0x303732) is unknown color: approx Gordons Green. HEX triplet: 30, 37 and 32. RGB value is (48,55,50). Sum of RGB (Red+Green+Blue) = 48+55+50=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 55 - color contains mainly: green. Hex color #303732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303732 is #CFC8CD. Grayscale: #343434. Windows color (decimal): -13617358 or 3290928. OLE color: 3290928.

HSL color Cylindrical-coordinate representation of color #303732: hue angle of 137.14º 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 #303732 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB485550-
CMYK0.1300.090.78
HSL137.14º6.8%20.2%-
HSV(B)137.14º12.73%21.57%-
XYZ3.163.593.54-
YUV52.34126.68124.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=31.37%
G=35.95%
B=32.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855500.1300.090.78137.146.820.2
Hex303732D094E89714
Octal60676215011116211724
Binary11000011011111001011010100110011101000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303732; }

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

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

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

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

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

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

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

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