#223F26

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

Shades of Gordons Green #223F26

Tints of Gordons Green #223F26

Color information

#223F26 (or 0x223F26) is unknown color: approx Gordons Green. HEX triplet: 22, 3F and 26. RGB value is (34,63,38). Sum of RGB (Red+Green+Blue) = 34+63+38=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #223F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F26 is #DDC0D9. Grayscale: #333333. Windows color (decimal): -14532826 or 2506530. OLE color: 2506530.

HSL color Cylindrical-coordinate representation of color #223F26: hue angle of 128.28º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #223F26 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB346338-
CMYK0.4600.400.75
HSL128.28º29.9%19.02%-
HSV(B)128.28º46.03%24.71%-
XYZ2.794.042.47-
YUV51.48120.39115.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.19%
GREEN value IS 63 (25% from 255) = 46.67%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=25.19%
G=46.67%
B=28.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3463380.4600.400.75128.2829.919.02
Hex223F262E0284B801e13
Octal427746560501132003623
Binary10001011111110011010111001010001001011100000001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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