Html Css Color HEX #303931 Gordons Green

📋 copy color: '#303931'

red 48 ◦ green 57 ◦ blue 49

#303931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #303931

Tints of Gordons Green #303931

RGB

 RED value IS 48 (19.14% from 255) = 31.17%

 GREEN value IS 57 (22.66% from 255) = 37.01%

 BLUE value IS 49 (19.53% from 255) = 31.82%

R = 31.17%
G = 37.01%
B = 31.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#303931 (or 0x303931) is known color: Gordons Green. HEX triplet: 30, 39 and 31. RGB value is (48,57,49). Sum of RGB (Red+Green+Blue) = 48+57+49=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 57 - color contains mainly: green. Hex color #303931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303931 is #CFC6CE. Grayscale: #353535. Windows color (decimal): -13616847 or 3225904. OLE color: 3225904.

HSL color Cylindrical-coordinate representation of color #303931: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303931 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 57 49 -
CMYK 0.16 0 0.14 0.78
HSL 126.67º 0.09% 0.21% -
HSV(B) 126.67º 0.16% 0.22% -
XYZ 3.24 3.78 3.46 -
YUV 53.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 48 57 49 0.16 0 0.14 0.78 126.67 0.09 0.21
Hex 30 39 31 10 0 E 4E 7F 9 15
Octal 60 71 61 20 0 16 116 177 11 25
Binary 110000 111001 110001 10000 0 1110 1001110 1111111 1001 10101

Color Harmonies of #303931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303931

Black with #303931

Text Example


Text Example

White with #303931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303931; }

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

 H1.HeaderClassName
 {
   color: #303931;
 }
 .AnyTagClassName
 {
   color: #303931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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