#234029

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

Shades of Gordons Green #234029

Tints of Gordons Green #234029

Color information

#234029 (or 0x234029) is unknown color: approx Gordons Green. HEX triplet: 23, 40 and 29. RGB value is (35,64,41). Sum of RGB (Red+Green+Blue) = 35+64+41=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #234029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234029 is #DCBFD6. Grayscale: #343434. Windows color (decimal): -14467031 or 2703395. OLE color: 2703395.

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

Color convert

RGB356441-
CMYK0.4500.360.75
HSL132.41º29.29%19.41%-
HSV(B)132.41º45.31%25.1%-
XYZ2.934.182.75-
YUV52.71121.39115.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=25%
G=45.71%
B=29.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564410.4500.360.75132.4129.2919.41
Hex2340292D0244B841d13
Octal4310051550441132043523
Binary100011100000010100110110101001001001011100001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234029; }

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

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

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

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

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

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

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

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