#22452A

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

Shades of Gordons Green #22452A

Tints of Gordons Green #22452A

Color information

#22452A (or 0x22452A) is unknown color: approx Gordons Green. HEX triplet: 22, 45 and 2A. RGB value is (34,69,42). Sum of RGB (Red+Green+Blue) = 34+69+42=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #22452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22452A is #DDBAD5. Grayscale: #373737. Windows color (decimal): -14531286 or 2770210. OLE color: 2770210.

HSL color Cylindrical-coordinate representation of color #22452A: hue angle of 133.71º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #22452A is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB346942-
CMYK0.5100.390.73
HSL133.71º33.98%20.2%-
HSV(B)133.71º50.72%27.06%-
XYZ3.214.762.94-
YUV55.46120.4112.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=23.45%
G=47.59%
B=28.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3469420.5100.390.73133.7133.9820.2
Hex22452A3302749862214
Octal4210552630471112064224
Binary1000101000101101010110011010011110010011000011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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