#223A26

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

Shades of Gordons Green #223A26

Tints of Gordons Green #223A26

Color information

#223A26 (or 0x223A26) is unknown color: approx Gordons Green. HEX triplet: 22, 3A and 26. RGB value is (34,58,38). Sum of RGB (Red+Green+Blue) = 34+58+38=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #223A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A26 is #DDC5D9. Grayscale: #303030. Windows color (decimal): -14534106 or 2505250. OLE color: 2505250.

HSL color Cylindrical-coordinate representation of color #223A26: hue angle of 130º 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 #223A26 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB345838-
CMYK0.4100.340.77
HSL130º26.09%18.04%-
HSV(B)130º41.38%22.75%-
XYZ2.523.512.38-
YUV48.54122.05117.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.15%
GREEN value IS 58 (23.05% from 255) = 44.62%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=26.15%
G=44.62%
B=29.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3458380.4100.340.7713026.0918.04
Hex223A26290224D821a12
Octal427246510421152023222
Binary10001011101010011010100101000101001101100000101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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