Html Css Color HEX #2A382D Gordons Green

📋 copy color: '#2A382D'

red 42 ◦ green 56 ◦ blue 45

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

Shades of Gordons Green #2A382D

Tints of Gordons Green #2A382D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.47%

R = 29.37%
G = 39.16%
B = 31.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#2A382D (or 0x2A382D) is known color: Gordons Green. HEX triplet: 2A, 38 and 2D. RGB value is (42,56,45). Sum of RGB (Red+Green+Blue) = 42+56+45=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #2A382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A382D is #D5C7D2. Grayscale: #323232. Windows color (decimal): -14010323 or 2963498. OLE color: 2963498.

HSL color Cylindrical-coordinate representation of color #2A382D: hue angle of 132.86º 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 #2A382D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 56 45 -
CMYK 0.25 0 0.20 0.78
HSL 132.86º 0.14% 0.19% -
HSV(B) 132.86º 0.25% 0.22% -
XYZ 2.84 3.51 3.01 -
YUV 50.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 42 56 45 0.25 0 0.20 0.78 132.86 0.14 0.19
Hex 2A 38 2D 19 0 14 4E 85 E 13
Octal 52 70 55 31 0 24 116 205 16 23
Binary 101010 111000 101101 11001 0 10100 1001110 10000101 1110 10011

Color Harmonies of #2A382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A382D

Black with #2A382D

Text Example


Text Example

White with #2A382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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