Html Css Color HEX #303531 Gordons Green

📋 copy color: '#303531'

red 48 ◦ green 53 ◦ blue 49

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

Shades of Gordons Green #303531

Tints of Gordons Green #303531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

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

R = 32%
G = 35.33%
B = 32.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#303531 (or 0x303531) is known color: Gordons Green. HEX triplet: 30, 35 and 31. RGB value is (48,53,49). Sum of RGB (Red+Green+Blue) = 48+53+49=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 53 - color contains mainly: green. Hex color #303531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303531 is #CFCACE. Grayscale: #333333. Windows color (decimal): -13617871 or 3224880. OLE color: 3224880.

HSL color Cylindrical-coordinate representation of color #303531: hue angle of 132º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #303531 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 49 -
CMYK 0.09 0 0.08 0.79
HSL 132º 0.05% 0.2% -
HSV(B) 132º 0.09% 0.21% -
XYZ 3.05 3.4 3.4 -
YUV 51.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 48 53 49 0.09 0 0.08 0.79 132 0.05 0.2
Hex 30 35 31 9 0 8 4F 84 5 14
Octal 60 65 61 11 0 10 117 204 5 24
Binary 110000 110101 110001 1001 0 1000 1001111 10000100 101 10100

Color Harmonies of #303531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303531

Black with #303531

Text Example


Text Example

White with #303531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303531; }

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

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

background-color css

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

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

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

border-color css

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

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

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