#12332B

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

Shades of Racing Green #12332B

Tints of Racing Green #12332B

Color information

#12332B (or 0x12332B) is unknown color: approx Racing Green. HEX triplet: 12, 33 and 2B. RGB value is (18,51,43). Sum of RGB (Red+Green+Blue) = 18+51+43=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #12332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12332B is #EDCCD4. Grayscale: #282828. Windows color (decimal): -15584469 or 2831122. OLE color: 2831122.

HSL color Cylindrical-coordinate representation of color #12332B: hue angle of 165.45º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #12332B is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB185143-
CMYK0.6500.160.8
HSL165.45º47.83%13.53%-
HSV(B)165.45º64.71%20%-
XYZ1.872.672.7-
YUV40.22129.57112.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=16.07%
G=45.54%
B=38.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851430.6500.160.8165.4547.8313.53
Hex12332B4101050a530e
Octal2263531010201202456016
Binary1001011001110101110000010100001010000101001011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12332B; }

 p { color: rgb(18,51,43); }

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

<style>
 a { background-color: #12332B; }

 a { background-color: rgb(18,51,43); }

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

<style>
 span { border-color: #12332B; }

 span { border-color: rgb(18,51,43); }

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