#233E2A

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

Shades of Gordons Green #233E2A

Tints of Gordons Green #233E2A

Color information

#233E2A (or 0x233E2A) is unknown color: approx Gordons Green. HEX triplet: 23, 3E and 2A. RGB value is (35,62,42). Sum of RGB (Red+Green+Blue) = 35+62+42=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #233E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E2A is #DCC1D5. Grayscale: #333333. Windows color (decimal): -14467542 or 2768419. OLE color: 2768419.

HSL color Cylindrical-coordinate representation of color #233E2A: hue angle of 135.56º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E2A is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB356242-
CMYK0.4400.320.76
HSL135.56º27.84%19.02%-
HSV(B)135.56º43.55%24.31%-
XYZ2.833.972.81-
YUV51.65122.55116.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 62 (24.61% from 255) = 44.60%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=25.18%
G=44.60%
B=30.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3562420.4400.320.76135.5627.8419.02
Hex233E2A2C0204C881c13
Octal437652540401142103423
Binary10001111111010101010110001000001001100100010001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233E2A; }

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

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

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

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

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

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

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

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