#233A26

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

Shades of Gordons Green #233A26

Tints of Gordons Green #233A26

Color information

#233A26 (or 0x233A26) is unknown color: approx Gordons Green. HEX triplet: 23, 3A and 26. RGB value is (35,58,38). Sum of RGB (Red+Green+Blue) = 35+58+38=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #233A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A26 is #DCC5D9. Grayscale: #303030. Windows color (decimal): -14468570 or 2505251. OLE color: 2505251.

HSL color Cylindrical-coordinate representation of color #233A26: hue angle of 127.83º 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 #233A26 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB355838-
CMYK0.4000.340.77
HSL127.83º24.73%18.24%-
HSV(B)127.83º39.66%22.75%-
XYZ2.563.522.38-
YUV48.84121.88118.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.72%
GREEN value IS 58 (23.05% from 255) = 44.27%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=26.72%
G=44.27%
B=29.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3558380.4000.340.77127.8324.7318.24
Hex233A26280224D801912
Octal437246500421152003122
Binary10001111101010011010100001000101001101100000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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