#23412A

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

Shades of Gordons Green #23412A

Tints of Gordons Green #23412A

Color information

#23412A (or 0x23412A) is unknown color: approx Gordons Green. HEX triplet: 23, 41 and 2A. RGB value is (35,65,42). Sum of RGB (Red+Green+Blue) = 35+65+42=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #23412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23412A is #DCBED5. Grayscale: #353535. Windows color (decimal): -14466774 or 2769187. OLE color: 2769187.

HSL color Cylindrical-coordinate representation of color #23412A: hue angle of 134º 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 #23412A is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB356542-
CMYK0.4600.350.75
HSL134º30%19.61%-
HSV(B)134º46.15%25.49%-
XYZ34.312.86-
YUV53.41121.56114.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=24.65%
G=45.77%
B=29.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3565420.4600.350.751343019.61
Hex23412A2E0234B861e14
Octal4310152560431132063624
Binary100011100000110101010111001000111001011100001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23412A; }

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

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

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

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

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

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

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

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