#232C29

Color #232C29 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #232C29

Tints of Racing Green #232C29

Color information

#232C29 (or 0x232C29) is unknown color: approx Racing Green. HEX triplet: 23, 2C and 29. RGB value is (35,44,41). Sum of RGB (Red+Green+Blue) = 35+44+41=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 44 - color contains mainly: green. Hex color #232C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C29 is #DCD3D6. Grayscale: #282828. Windows color (decimal): -14472151 or 2698275. OLE color: 2698275.

HSL color Cylindrical-coordinate representation of color #232C29: hue angle of 160º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232C29 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB354441-
CMYK0.2000.070.83
HSL160º11.39%15.49%-
HSV(B)160º20.45%17.25%-
XYZ1.992.322.44-
YUV40.97128.02123.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.17%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=29.17%
G=36.67%
B=34.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3544410.2000.070.8316011.3915.49
Hex232C29140753a0bf
Octal43545124071232401317
Binary10001110110010100110100011110100111010000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232C29; }

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

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

<style>
 a { background-color: #232C29; }

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

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

<style>
 span { border-color: #232C29; }

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

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