Html Css Color HEX #12231F Racing Green

📋 copy color: '#12231F'

red 18 ◦ green 35 ◦ blue 31

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

Shades of Racing Green #12231F

Tints of Racing Green #12231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 41.67%

 BLUE value IS 31 (12.5% from 255) = 36.9%

R = 21.43%
G = 41.67%
B = 36.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#12231F (or 0x12231F) is known color: Racing Green. HEX triplet: 12, 23 and 1F. RGB value is (18,35,31). Sum of RGB (Red+Green+Blue) = 18+35+31=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #12231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12231F is #EDDCE0. Grayscale: #1D1D1D. Windows color (decimal): -15588577 or 2040594. OLE color: 2040594.

HSL color Cylindrical-coordinate representation of color #12231F: hue angle of 165.88º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #12231F is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 31 -
CMYK 0.49 0 0.11 0.86
HSL 165.88º 0.32% 0.1% -
HSV(B) 165.88º 0.49% 0.14% -
XYZ 1.1 1.43 1.51 -
YUV 29.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 18 35 31 0.49 0 0.11 0.86 165.88 0.32 0.1
Hex 12 23 1F 31 0 B 56 A6 20 A
Octal 22 43 37 61 0 13 126 246 40 12
Binary 10010 100011 11111 110001 0 1011 1010110 10100110 100000 1010

Color Harmonies of #12231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12231F

Black with #12231F

Text Example


Text Example

White with #12231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12231F; }

 p { color: rgb(18,35,31); }

 H1.HeaderClassName
 {
   color: #12231F;
 }
 .AnyTagClassName
 {
   color: #12231F;
 }
</style>

background-color css

<style>
 a { background-color: #12231F; }

 a { background-color: rgb(18,35,31); }

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

border-color css

<style>
 span { border-color: #12231F; }

 span { border-color: rgb(18,35,31); }

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