#12332A

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

Shades of Racing Green #12332A

Tints of Racing Green #12332A

Color information

#12332A (or 0x12332A) is unknown color: approx Racing Green. HEX triplet: 12, 33 and 2A. RGB value is (18,51,42). Sum of RGB (Red+Green+Blue) = 18+51+42=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #12332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12332A is #EDCCD5. Grayscale: #282828. Windows color (decimal): -15584470 or 2765586. OLE color: 2765586.

HSL color Cylindrical-coordinate representation of color #12332A: hue angle of 163.64º 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 #12332A is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB185142-
CMYK0.6500.180.8
HSL163.64º47.83%13.53%-
HSV(B)163.64º64.71%20%-
XYZ1.852.662.61-
YUV40.11129.07112.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=16.22%
G=45.95%
B=37.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851420.6500.180.8163.6447.8313.53
Hex12332A4101250a430e
Octal2263521010221202446016
Binary1001011001110101010000010100101010000101001001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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