#223A28

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

Shades of Gordons Green #223A28

Tints of Gordons Green #223A28

Color information

#223A28 (or 0x223A28) is unknown color: approx Gordons Green. HEX triplet: 22, 3A and 28. RGB value is (34,58,40). Sum of RGB (Red+Green+Blue) = 34+58+40=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #223A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A28 is #DDC5D7. Grayscale: #303030. Windows color (decimal): -14534104 or 2636322. OLE color: 2636322.

HSL color Cylindrical-coordinate representation of color #223A28: hue angle of 135º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #223A28 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB345840-
CMYK0.4100.310.77
HSL135º26.09%18.04%-
HSV(B)135º41.38%22.75%-
XYZ2.563.522.55-
YUV48.77123.05117.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.76%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=25.76%
G=43.94%
B=30.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3458400.4100.310.7713526.0918.04
Hex223A282901F4D871a12
Octal427250510371152073222
Binary1000101110101010001010010111111001101100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223A28; }

 p { color: rgb(34,58,40); }

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

<style>
 a { background-color: #223A28; }

 a { background-color: rgb(34,58,40); }

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

<style>
 span { border-color: #223A28; }

 span { border-color: rgb(34,58,40); }

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