#233023

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

Shades of Gordons Green #233023

Tints of Gordons Green #233023

Color information

#233023 (or 0x233023) is unknown color: approx Gordons Green. HEX triplet: 23, 30 and 23. RGB value is (35,48,35). Sum of RGB (Red+Green+Blue) = 35+48+35=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #233023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233023 is #DCCFDC. Grayscale: #2A2A2A. Windows color (decimal): -14471133 or 2306083. OLE color: 2306083.

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

Color convert

RGB354835-
CMYK0.2700.270.81
HSL120º15.66%16.27%-
HSV(B)120º27.08%18.82%-
XYZ2.052.591.98-
YUV42.63123.69122.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.66%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=29.66%
G=40.68%
B=29.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548350.2700.270.8112015.6616.27
Hex2330231B01B51781010
Octal436043330331211702020
Binary10001111000010001111011011011101000111110001000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233023; }

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

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

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

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

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

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

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

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