#224127

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

Shades of Gordons Green #224127

Tints of Gordons Green #224127

Color information

#224127 (or 0x224127) is unknown color: approx Gordons Green. HEX triplet: 22, 41 and 27. RGB value is (34,65,39). Sum of RGB (Red+Green+Blue) = 34+65+39=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #224127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224127 is #DDBED8. Grayscale: #343434. Windows color (decimal): -14532313 or 2572578. OLE color: 2572578.

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

Color convert

RGB346539-
CMYK0.4800.400.75
HSL129.68º31.31%19.41%-
HSV(B)129.68º47.69%25.49%-
XYZ2.924.272.59-
YUV52.77120.23114.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.64%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=24.64%
G=47.10%
B=28.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465390.4800.400.75129.6831.3119.41
Hex224127300284B821f13
Octal4210147600501132023723
Binary100010100000110011111000001010001001011100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224127; }

 p { color: rgb(34,65,39); }

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

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

 a { background-color: rgb(34,65,39); }

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

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

 span { border-color: rgb(34,65,39); }

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