#223925

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

Shades of Gordons Green #223925

Tints of Gordons Green #223925

Color information

#223925 (or 0x223925) is unknown color: approx Gordons Green. HEX triplet: 22, 39 and 25. RGB value is (34,57,37). Sum of RGB (Red+Green+Blue) = 34+57+37=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #223925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223925 is #DDC6DA. Grayscale: #2F2F2F. Windows color (decimal): -14534363 or 2439458. OLE color: 2439458.

HSL color Cylindrical-coordinate representation of color #223925: hue angle of 127.83º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #223925 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB345737-
CMYK0.4000.350.78
HSL127.83º25.27%17.84%-
HSV(B)127.83º40.35%22.35%-
XYZ2.463.42.28-
YUV47.84121.88118.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.56%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=26.56%
G=44.53%
B=28.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3457370.4000.350.78127.8325.2717.84
Hex223925280234E801912
Octal427145500431162003122
Binary10001011100110010110100001000111001110100000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223925; }

 p { color: rgb(34,57,37); }

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

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

 a { background-color: rgb(34,57,37); }

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

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

 span { border-color: rgb(34,57,37); }

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