#214125

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

Shades of Gordons Green #214125

Tints of Gordons Green #214125

Color information

#214125 (or 0x214125) is unknown color: approx Gordons Green. HEX triplet: 21, 41 and 25. RGB value is (33,65,37). Sum of RGB (Red+Green+Blue) = 33+65+37=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #214125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214125 is #DEBEDA. Grayscale: #343434. Windows color (decimal): -14597851 or 2441505. OLE color: 2441505.

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

Color convert

RGB336537-
CMYK0.4900.430.75
HSL127.5º32.65%19.22%-
HSV(B)127.5º49.23%25.49%-
XYZ2.854.242.42-
YUV52.24119.4114.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 37 (14.84% from 255) = 27.41%
R=24.44%
G=48.15%
B=27.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365370.4900.430.75127.532.6519.22
Hex2141253102B4B7f2113
Octal4110145610531131774123
Binary100001100000110010111000101010111001011111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214125; }

 p { color: rgb(33,65,37); }

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

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

 a { background-color: rgb(33,65,37); }

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

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

 span { border-color: rgb(33,65,37); }

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