Html Css Color HEX #303431 Gordons Green

📋 copy color: '#303431'

red 48 ◦ green 52 ◦ blue 49

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

Shades of Gordons Green #303431

Tints of Gordons Green #303431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.9%

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

R = 32.21%
G = 34.9%
B = 32.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#303431 (or 0x303431) is known color: Gordons Green. HEX triplet: 30, 34 and 31. RGB value is (48,52,49). Sum of RGB (Red+Green+Blue) = 48+52+49=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 52 - color contains mainly: green. Hex color #303431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303431 is #CFCBCE. Grayscale: #323232. Windows color (decimal): -13618127 or 3224624. OLE color: 3224624.

HSL color Cylindrical-coordinate representation of color #303431: hue angle of 135º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #303431 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 49 -
CMYK 0.08 0 0.06 0.80
HSL 135º 0.04% 0.2% -
HSV(B) 135º 0.08% 0.2% -
XYZ 3 3.31 3.39 -
YUV 50.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 48 52 49 0.08 0 0.06 0.80 135 0.04 0.2
Hex 30 34 31 8 0 6 50 87 4 14
Octal 60 64 61 10 0 6 120 207 4 24
Binary 110000 110100 110001 1000 0 110 1010000 10000111 100 10100

Color Harmonies of #303431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303431

Black with #303431

Text Example


Text Example

White with #303431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303431; }

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

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

background-color css

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

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

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

border-color css

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

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

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