#22442A

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

Shades of Gordons Green #22442A

Tints of Gordons Green #22442A

Color information

#22442A (or 0x22442A) is unknown color: approx Gordons Green. HEX triplet: 22, 44 and 2A. RGB value is (34,68,42). Sum of RGB (Red+Green+Blue) = 34+68+42=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #22442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22442A is #DDBBD5. Grayscale: #363636. Windows color (decimal): -14531542 or 2769954. OLE color: 2769954.

HSL color Cylindrical-coordinate representation of color #22442A: hue angle of 134.12º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #22442A is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB346842-
CMYK0.5000.380.73
HSL134.12º33.33%20%-
HSV(B)134.12º50%26.67%-
XYZ3.144.642.92-
YUV54.87120.74113.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=23.61%
G=47.22%
B=29.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3468420.5000.380.73134.1233.3320
Hex22442A3202649862114
Octal4210452620461112064124
Binary1000101000100101010110010010011010010011000011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22442A; }

 p { color: rgb(34,68,42); }

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

<style>
 a { background-color: #22442A; }

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

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

<style>
 span { border-color: #22442A; }

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

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