#234026

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

Shades of Gordons Green #234026

Tints of Gordons Green #234026

Color information

#234026 (or 0x234026) is unknown color: approx Gordons Green. HEX triplet: 23, 40 and 26. RGB value is (35,64,38). Sum of RGB (Red+Green+Blue) = 35+64+38=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #234026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234026 is #DCBFD9. Grayscale: #343434. Windows color (decimal): -14467034 or 2506787. OLE color: 2506787.

HSL color Cylindrical-coordinate representation of color #234026: hue angle of 126.21º 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 #234026 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB356438-
CMYK0.4500.410.75
HSL126.21º29.29%19.41%-
HSV(B)126.21º45.31%25.1%-
XYZ2.884.162.49-
YUV52.36119.89115.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=25.55%
G=46.72%
B=27.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564380.4500.410.75126.2129.2919.41
Hex2340262D0294B7e1d13
Octal4310046550511131763523
Binary10001110000001001101011010101001100101111111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234026; }

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

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

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

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

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

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

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

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