Html Css Color HEX #2A392C Gordons Green

📋 copy color: '#2A392C'

red 42 ◦ green 57 ◦ blue 44

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

Shades of Gordons Green #2A392C

Tints of Gordons Green #2A392C

RGB

 RED value IS 42 (16.8% from 255) = 29.37%

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

 BLUE value IS 44 (17.58% from 255) = 30.77%

R = 29.37%
G = 39.86%
B = 30.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#2A392C (or 0x2A392C) is known color: Gordons Green. HEX triplet: 2A, 39 and 2C. RGB value is (42,57,44). Sum of RGB (Red+Green+Blue) = 42+57+44=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #2A392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A392C is #D5C6D3. Grayscale: #333333. Windows color (decimal): -14010068 or 2898218. OLE color: 2898218.

HSL color Cylindrical-coordinate representation of color #2A392C: hue angle of 128º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A392C is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 57 44 -
CMYK 0.26 0 0.23 0.78
HSL 128º 0.15% 0.19% -
HSV(B) 128º 0.26% 0.22% -
XYZ 2.87 3.6 2.93 -
YUV 51.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 42 57 44 0.26 0 0.23 0.78 128 0.15 0.19
Hex 2A 39 2C 1A 0 17 4E 80 F 13
Octal 52 71 54 32 0 27 116 200 17 23
Binary 101010 111001 101100 11010 0 10111 1001110 10000000 1111 10011

Color Harmonies of #2A392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A392C

Black with #2A392C

Text Example


Text Example

White with #2A392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A392C; }

 p { color: rgb(42,57,44); }

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

background-color css

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

 a { background-color: rgb(42,57,44); }

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

border-color css

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

 span { border-color: rgb(42,57,44); }

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