#232E2A

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

Shades of Racing Green #232E2A

Tints of Racing Green #232E2A

Color information

#232E2A (or 0x232E2A) is unknown color: approx Racing Green. HEX triplet: 23, 2E and 2A. RGB value is (35,46,42). Sum of RGB (Red+Green+Blue) = 35+46+42=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 46 - color contains mainly: green. Hex color #232E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E2A is #DCD1D5. Grayscale: #2A2A2A. Windows color (decimal): -14471638 or 2764323. OLE color: 2764323.

HSL color Cylindrical-coordinate representation of color #232E2A: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232E2A is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB354642-
CMYK0.2400.090.82
HSL158.18º13.58%15.88%-
HSV(B)158.18º23.91%18.04%-
XYZ2.092.482.56-
YUV42.26127.86122.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.46%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=28.46%
G=37.40%
B=34.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3546420.2400.090.82158.1813.5815.88
Hex232E2A1809529ee10
Octal435652300111222361620
Binary1000111011101010101100001001101001010011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,46,42); }

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

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

 a { background-color: rgb(35,46,42); }

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

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

 span { border-color: rgb(35,46,42); }

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