#2A382B

Color #2A382B Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #2A382B

Tints of Gordons Green #2A382B

Color information

#2A382B (or 0x2A382B) is unknown color: approx Gordons Green. HEX triplet: 2A, 38 and 2B. RGB value is (42,56,43). Sum of RGB (Red+Green+Blue) = 42+56+43=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #2A382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A382B is #D5C7D4. Grayscale: #323232. Windows color (decimal): -14010325 or 2832426. OLE color: 2832426.

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

Color convert

RGB425643-
CMYK0.2500.230.78
HSL124.29º14.29%19.22%-
HSV(B)124.29º25%21.96%-
XYZ2.813.52.81-
YUV50.33123.86122.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=29.79%
G=39.72%
B=30.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4256430.2500.230.78124.2914.2919.22
Hex2A382B190174E7ce13
Octal527053310271161741623
Binary1010101110001010111100101011110011101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A382B;
 }
 .AnyTagClassName
 {
   color: #2A382B;
 }
</style>
background-color css

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

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

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

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

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

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