#234129

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

Shades of Gordons Green #234129

Tints of Gordons Green #234129

Color information

#234129 (or 0x234129) is unknown color: approx Gordons Green. HEX triplet: 23, 41 and 29. RGB value is (35,65,41). Sum of RGB (Red+Green+Blue) = 35+65+41=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #234129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234129 is #DCBED6. Grayscale: #353535. Windows color (decimal): -14466775 or 2703651. OLE color: 2703651.

HSL color Cylindrical-coordinate representation of color #234129: hue angle of 132º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234129 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB356541-
CMYK0.4600.370.75
HSL132º30%19.61%-
HSV(B)132º46.15%25.49%-
XYZ2.984.32.77-
YUV53.29121.06114.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=24.82%
G=46.10%
B=29.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3565410.4600.370.751323019.61
Hex2341292E0254B841e14
Octal4310151560451132043624
Binary100011100000110100110111001001011001011100001001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234129; }

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

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

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

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

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

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

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

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