Html Css Color HEX #2A342A Gordons Green

📋 copy color: '#2A342A'

red 42 ◦ green 52 ◦ blue 42

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

Shades of Gordons Green #2A342A

Tints of Gordons Green #2A342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30.88%

R = 30.88%
G = 38.24%
B = 30.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#2A342A (or 0x2A342A) is known color: Gordons Green. HEX triplet: 2A, 34 and 2A. RGB value is (42,52,42). Sum of RGB (Red+Green+Blue) = 42+52+42=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #2A342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A342A is #D5CBD5. Grayscale: #2F2F2F. Windows color (decimal): -14011350 or 2765866. OLE color: 2765866.

HSL color Cylindrical-coordinate representation of color #2A342A: hue angle of 120º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2A342A is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 42 52 42 -
CMYK 0.19 0 0.19 0.80
HSL 120º 0.11% 0.18% -
HSV(B) 120º 0.19% 0.2% -
XYZ 2.6 3.12 2.65 -
YUV 47.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 42 52 42 0.19 0 0.19 0.80 120 0.11 0.18
Hex 2A 34 2A 13 0 13 50 78 B 12
Octal 52 64 52 23 0 23 120 170 13 22
Binary 101010 110100 101010 10011 0 10011 1010000 1111000 1011 10010

Color Harmonies of #2A342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A342A

Black with #2A342A

Text Example


Text Example

White with #2A342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,52,42); }

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

background-color css

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

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

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

border-color css

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

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

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