#233527

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

Shades of Gordons Green #233527

Tints of Gordons Green #233527

Color information

#233527 (or 0x233527) is unknown color: approx Gordons Green. HEX triplet: 23, 35 and 27. RGB value is (35,53,39). Sum of RGB (Red+Green+Blue) = 35+53+39=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #233527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233527 is #DCCAD8. Grayscale: #2E2E2E. Windows color (decimal): -14469849 or 2569507. OLE color: 2569507.

HSL color Cylindrical-coordinate representation of color #233527: hue angle of 133.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #233527 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB355339-
CMYK0.3400.260.79
HSL133.33º20.45%17.25%-
HSV(B)133.33º33.96%20.78%-
XYZ2.333.052.39-
YUV46.02124.04120.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.56%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=27.56%
G=41.73%
B=30.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3553390.3400.260.79133.3320.4517.25
Hex2335272201A4F851411
Octal436547420321172052421
Binary1000111101011001111000100110101001111100001011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233527; }

 p { color: rgb(35,53,39); }

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

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

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

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

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

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

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