#234429

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

Shades of Gordons Green #234429

Tints of Gordons Green #234429

Color information

#234429 (or 0x234429) is unknown color: approx Gordons Green. HEX triplet: 23, 44 and 29. RGB value is (35,68,41). Sum of RGB (Red+Green+Blue) = 35+68+41=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #234429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234429 is #DCBBD6. Grayscale: #373737. Windows color (decimal): -14466007 or 2704419. OLE color: 2704419.

HSL color Cylindrical-coordinate representation of color #234429: hue angle of 130.91º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #234429 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB356841-
CMYK0.4900.400.73
HSL130.91º32.04%20.2%-
HSV(B)130.91º48.53%26.67%-
XYZ3.164.652.83-
YUV55.06120.07113.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=24.31%
G=47.22%
B=28.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3568410.4900.400.73130.9132.0420.2
Hex2344293102849832014
Octal4310451610501112034024
Binary1000111000100101001110001010100010010011000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234429; }

 p { color: rgb(35,68,41); }

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

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

 a { background-color: rgb(35,68,41); }

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

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

 span { border-color: rgb(35,68,41); }

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