#232423

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

Shades of Gordons Green #232423

Tints of Gordons Green #232423

Color information

#232423 (or 0x232423) is unknown color: approx Gordons Green. HEX triplet: 23, 24 and 23. RGB value is (35,36,35). Sum of RGB (Red+Green+Blue) = 35+36+35=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 36 - color contains mainly: green. Hex color #232423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232423 is #DCDBDC. Grayscale: #232323. Windows color (decimal): -14474205 or 2303011. OLE color: 2303011.

HSL color Cylindrical-coordinate representation of color #232423: hue angle of 120º degrees, saturation: 0.01, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #232423 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB353635-
CMYK0.0300.030.86
HSL120º1.41%13.92%-
HSV(B)120º2.78%14.12%-
XYZ1.631.741.84-
YUV35.59127.67127.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=33.02%
G=33.96%
B=33.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3536350.0300.030.861201.4113.92
Hex23242330356781e
Octal434443303126170116
Binary100011100100100011110111010110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232423; }

 p { color: rgb(35,36,35); }

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

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

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

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

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

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

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