Html Css Color HEX #12312C Racing Green

📋 copy color: '#12312C'

red 18 ◦ green 49 ◦ blue 44

#12312C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #12312C

Tints of Racing Green #12312C

RGB

 RED value IS 18 (7.42% from 255) = 16.22%

 GREEN value IS 49 (19.53% from 255) = 44.14%

 BLUE value IS 44 (17.58% from 255) = 39.64%

R = 16.22%
G = 44.14%
B = 39.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#12312C (or 0x12312C) is known color: Racing Green. HEX triplet: 12, 31 and 2C. RGB value is (18,49,44). Sum of RGB (Red+Green+Blue) = 18+49+44=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #12312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12312C is #EDCED3. Grayscale: #272727. Windows color (decimal): -15584980 or 2896146. OLE color: 2896146.

HSL color Cylindrical-coordinate representation of color #12312C: hue angle of 170.32º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12312C is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 49 44 -
CMYK 0.63 0 0.10 0.81
HSL 170.32º 0.46% 0.13% -
HSV(B) 170.32º 0.63% 0.19% -
XYZ 1.8 2.51 2.77 -
YUV 39.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 18 49 44 0.63 0 0.10 0.81 170.32 0.46 0.13
Hex 12 31 2C 3F 0 A 51 AA 2E D
Octal 22 61 54 77 0 12 121 252 56 15
Binary 10010 110001 101100 111111 0 1010 1010001 10101010 101110 1101

Color Harmonies of #12312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12312C

Black with #12312C

Text Example


Text Example

White with #12312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12312C; }

 p { color: rgb(18,49,44); }

 H1.HeaderClassName
 {
   color: #12312C;
 }
 .AnyTagClassName
 {
   color: #12312C;
 }
</style>

background-color css

<style>
 a { background-color: #12312C; }

 a { background-color: rgb(18,49,44); }

 div.DivClassName
 {
   background-color: #12312C;
 }
 .BgClassName
 {
   background-color: #12312C;
 }
</style>

border-color css

<style>
 span { border-color: #12312C; }

 span { border-color: rgb(18,49,44); }

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