#232F2C

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

Shades of Racing Green #232F2C

Tints of Racing Green #232F2C

Color information

#232F2C (or 0x232F2C) is unknown color: approx Racing Green. HEX triplet: 23, 2F and 2C. RGB value is (35,47,44). Sum of RGB (Red+Green+Blue) = 35+47+44=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 47 - color contains mainly: green. Hex color #232F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F2C is #DCD0D3. Grayscale: #2B2B2B. Windows color (decimal): -14471380 or 2895651. OLE color: 2895651.

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

Color convert

RGB354744-
CMYK0.2600.060.82
HSL165º14.63%16.08%-
HSV(B)165º25.53%18.43%-
XYZ2.162.572.77-
YUV43.07128.52122.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=27.78%
G=37.30%
B=34.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3547440.2600.060.8216514.6316.08
Hex232F2C1A0652a5f10
Octal43575432061222451720
Binary100011101111101100110100110101001010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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