#233F29

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

Shades of Gordons Green #233F29

Tints of Gordons Green #233F29

Color information

#233F29 (or 0x233F29) is unknown color: approx Gordons Green. HEX triplet: 23, 3F and 29. RGB value is (35,63,41). Sum of RGB (Red+Green+Blue) = 35+63+41=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #233F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F29 is #DCC0D6. Grayscale: #343434. Windows color (decimal): -14467287 or 2703139. OLE color: 2703139.

HSL color Cylindrical-coordinate representation of color #233F29: hue angle of 132.86º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233F29 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB356341-
CMYK0.4400.350.75
HSL132.86º28.57%19.22%-
HSV(B)132.86º44.44%24.71%-
XYZ2.874.072.73-
YUV52.12121.72115.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=25.18%
G=45.32%
B=29.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3563410.4400.350.75132.8628.5719.22
Hex233F292C0234B851d13
Octal437751540431132053523
Binary10001111111110100110110001000111001011100001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,63,41); }

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

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

 a { background-color: rgb(35,63,41); }

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

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

 span { border-color: rgb(35,63,41); }

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