#223B28

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

Shades of Gordons Green #223B28

Tints of Gordons Green #223B28

Color information

#223B28 (or 0x223B28) is unknown color: approx Gordons Green. HEX triplet: 22, 3B and 28. RGB value is (34,59,40). Sum of RGB (Red+Green+Blue) = 34+59+40=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #223B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B28 is #DDC4D7. Grayscale: #313131. Windows color (decimal): -14533848 or 2636578. OLE color: 2636578.

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

Color convert

RGB345940-
CMYK0.4200.320.77
HSL134.4º26.88%18.24%-
HSV(B)134.4º42.37%23.14%-
XYZ2.613.622.57-
YUV49.36122.72117.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 59 (23.44% from 255) = 44.36%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=25.56%
G=44.36%
B=30.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3459400.4200.320.77134.426.8818.24
Hex223B282A0204D861b12
Octal427350520401152063322
Binary10001011101110100010101001000001001101100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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