#234228

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

Shades of Gordons Green #234228

Tints of Gordons Green #234228

Color information

#234228 (or 0x234228) is unknown color: approx Gordons Green. HEX triplet: 23, 42 and 28. RGB value is (35,66,40). Sum of RGB (Red+Green+Blue) = 35+66+40=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #234228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234228 is #DCBDD7. Grayscale: #353535. Windows color (decimal): -14466520 or 2638371. OLE color: 2638371.

HSL color Cylindrical-coordinate representation of color #234228: hue angle of 129.68º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #234228 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB356640-
CMYK0.4700.390.74
HSL129.68º30.69%19.8%-
HSV(B)129.68º46.97%25.88%-
XYZ3.024.412.7-
YUV53.77120.23114.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=24.82%
G=46.81%
B=28.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3566400.4700.390.74129.6830.6919.8
Hex2342282F0274A821f14
Octal4310250570471122023724
Binary100011100001010100010111101001111001010100000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234228; }

 p { color: rgb(35,66,40); }

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

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

 a { background-color: rgb(35,66,40); }

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

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

 span { border-color: rgb(35,66,40); }

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