#233D27

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

Shades of Gordons Green #233D27

Tints of Gordons Green #233D27

Color information

#233D27 (or 0x233D27) is unknown color: approx Gordons Green. HEX triplet: 23, 3D and 27. RGB value is (35,61,39). Sum of RGB (Red+Green+Blue) = 35+61+39=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #233D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D27 is #DCC2D8. Grayscale: #323232. Windows color (decimal): -14467801 or 2571555. OLE color: 2571555.

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

Color convert

RGB356139-
CMYK0.4300.360.76
HSL129.23º27.08%18.82%-
HSV(B)129.23º42.62%23.92%-
XYZ2.733.842.52-
YUV50.72121.39116.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.93%
GREEN value IS 61 (24.22% from 255) = 45.19%
BLUE value IS 39 (15.62% from 255) = 28.89%
R=25.93%
G=45.19%
B=28.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3561390.4300.360.76129.2327.0818.82
Hex233D272B0244C811b13
Octal437547530441142013323
Binary10001111110110011110101101001001001100100000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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