#233A27

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

Shades of Gordons Green #233A27

Tints of Gordons Green #233A27

Color information

#233A27 (or 0x233A27) is unknown color: approx Gordons Green. HEX triplet: 23, 3A and 27. RGB value is (35,58,39). Sum of RGB (Red+Green+Blue) = 35+58+39=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #233A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A27 is #DCC5D8. Grayscale: #313131. Windows color (decimal): -14468569 or 2570787. OLE color: 2570787.

HSL color Cylindrical-coordinate representation of color #233A27: hue angle of 130.43º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #233A27 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.

Color convert

RGB355839-
CMYK0.4000.330.77
HSL130.43º24.73%18.24%-
HSV(B)130.43º39.66%22.75%-
XYZ2.573.532.47-
YUV48.96122.38118.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.52%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=26.52%
G=43.94%
B=29.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3558390.4000.330.77130.4324.7318.24
Hex233A27280214D821912
Octal437247500411152023122
Binary10001111101010011110100001000011001101100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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