#232D23

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

Shades of Gordons Green #232D23

Tints of Gordons Green #232D23

Color information

#232D23 (or 0x232D23) is unknown color: approx Gordons Green. HEX triplet: 23, 2D and 23. RGB value is (35,45,35). Sum of RGB (Red+Green+Blue) = 35+45+35=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 45 - color contains mainly: green. Hex color #232D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D23 is #DCD2DC. Grayscale: #282828. Windows color (decimal): -14471901 or 2305315. OLE color: 2305315.

HSL color Cylindrical-coordinate representation of color #232D23: hue angle of 120º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #232D23 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.

Color convert

RGB354535-
CMYK0.2200.220.82
HSL120º12.5%15.69%-
HSV(B)120º22.22%17.65%-
XYZ1.932.361.94-
YUV40.87124.69123.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.43%
GREEN value IS 45 (17.97% from 255) = 39.13%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=30.43%
G=39.13%
B=30.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3545350.2200.220.8212012.515.69
Hex232D23160165278d10
Octal435543260261221701520
Binary1000111011011000111011001011010100101111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232D23; }

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

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

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

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

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

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

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

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