Html Css Color HEX #303831 Gordons Green

📋 copy color: '#303831'

red 48 ◦ green 56 ◦ blue 49

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

Shades of Gordons Green #303831

Tints of Gordons Green #303831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.6%

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

R = 31.37%
G = 36.6%
B = 32.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#303831 (or 0x303831) is known color: Gordons Green. HEX triplet: 30, 38 and 31. RGB value is (48,56,49). Sum of RGB (Red+Green+Blue) = 48+56+49=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 56 - color contains mainly: green. Hex color #303831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303831 is #CFC7CE. Grayscale: #343434. Windows color (decimal): -13617103 or 3225648. OLE color: 3225648.

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

Color convert

RGB 48 56 49 -
CMYK 0.14 0 0.12 0.78
HSL 127.5º 0.08% 0.2% -
HSV(B) 127.5º 0.14% 0.22% -
XYZ 3.19 3.68 3.45 -
YUV 52.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 48 56 49 0.14 0 0.12 0.78 127.5 0.08 0.2
Hex 30 38 31 E 0 C 4E 80 8 14
Octal 60 70 61 16 0 14 116 200 10 24
Binary 110000 111000 110001 1110 0 1100 1001110 10000000 1000 10100

Color Harmonies of #303831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303831

Black with #303831

Text Example


Text Example

White with #303831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303831; }

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

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

background-color css

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

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

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

border-color css

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

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

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