Html Css Color HEX #2A3E2C Gordons Green

📋 copy color: '#2A3E2C'

red 42 ◦ green 62 ◦ blue 44

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

Shades of Gordons Green #2A3E2C

Tints of Gordons Green #2A3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.89%

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

R = 28.38%
G = 41.89%
B = 29.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.76

RGB Variations

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

Color information

#2A3E2C (or 0x2A3E2C) is known color: Gordons Green. HEX triplet: 2A, 3E and 2C. RGB value is (42,62,44). Sum of RGB (Red+Green+Blue) = 42+62+44=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3E2C is #D5C1D3. Grayscale: #363636. Windows color (decimal): -14008788 or 2899498. OLE color: 2899498.

HSL color Cylindrical-coordinate representation of color #2A3E2C: hue angle of 126º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2A3E2C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 62 44 -
CMYK 0.32 0 0.29 0.76
HSL 126º 0.19% 0.2% -
HSV(B) 126º 0.32% 0.24% -
XYZ 3.13 4.12 3.01 -
YUV 53.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 42 62 44 0.32 0 0.29 0.76 126 0.19 0.2
Hex 2A 3E 2C 20 0 1D 4C 7E 13 14
Octal 52 76 54 40 0 35 114 176 23 24
Binary 101010 111110 101100 100000 0 11101 1001100 1111110 10011 10100

Color Harmonies of #2A3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3E2C

Black with #2A3E2C

Text Example


Text Example

White with #2A3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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