#12332D

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

Shades of Racing Green #12332D

Tints of Racing Green #12332D

Color information

#12332D (or 0x12332D) is unknown color: approx Racing Green. HEX triplet: 12, 33 and 2D. RGB value is (18,51,45). Sum of RGB (Red+Green+Blue) = 18+51+45=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #12332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12332D is #EDCCD2. Grayscale: #282828. Windows color (decimal): -15584467 or 2962194. OLE color: 2962194.

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

Color convert

RGB185145-
CMYK0.6500.120.8
HSL169.09º47.83%13.53%-
HSV(B)169.09º64.71%20%-
XYZ1.912.692.9-
YUV40.45130.57111.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 45 (17.97% from 255) = 39.47%
R=15.79%
G=44.74%
B=39.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851450.6500.120.8169.0947.8313.53
Hex12332D410C50a930e
Octal2263551010141202516016
Binary100101100111011011000001011001010000101010011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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