Html Css Color HEX #2A382E Gordons Green

📋 copy color: '#2A382E'

red 42 ◦ green 56 ◦ blue 46

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

Shades of Gordons Green #2A382E

Tints of Gordons Green #2A382E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 29.17%
G = 38.89%
B = 31.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#2A382E (or 0x2A382E) is known color: Gordons Green. HEX triplet: 2A, 38 and 2E. RGB value is (42,56,46). Sum of RGB (Red+Green+Blue) = 42+56+46=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #2A382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A382E is #D5C7D1. Grayscale: #323232. Windows color (decimal): -14010322 or 3029034. OLE color: 3029034.

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

Color convert

RGB 42 56 46 -
CMYK 0.25 0 0.18 0.78
HSL 137.14º 0.14% 0.19% -
HSV(B) 137.14º 0.25% 0.22% -
XYZ 2.86 3.52 3.11 -
YUV 50.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 42 56 46 0.25 0 0.18 0.78 137.14 0.14 0.19
Hex 2A 38 2E 19 0 12 4E 89 E 13
Octal 52 70 56 31 0 22 116 211 16 23
Binary 101010 111000 101110 11001 0 10010 1001110 10001001 1110 10011

Color Harmonies of #2A382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A382E

Black with #2A382E

Text Example


Text Example

White with #2A382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,56,46); }

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

background-color css

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

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

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

border-color css

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

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

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