Html Css Color HEX #12372D Racing Green

📋 copy color: '#12372D'

red 18 ◦ green 55 ◦ blue 45

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

Shades of Racing Green #12372D

Tints of Racing Green #12372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 46.61%

 BLUE value IS 45 (17.97% from 255) = 38.14%

R = 15.25%
G = 46.61%
B = 38.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#12372D (or 0x12372D) is known color: Racing Green. HEX triplet: 12, 37 and 2D. RGB value is (18,55,45). Sum of RGB (Red+Green+Blue) = 18+55+45=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #12372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12372D is #EDC8D2. Grayscale: #2A2A2A. Windows color (decimal): -15583443 or 2963218. OLE color: 2963218.

HSL color Cylindrical-coordinate representation of color #12372D: hue angle of 163.78º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12372D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 45 -
CMYK 0.67 0 0.18 0.78
HSL 163.78º 0.51% 0.14% -
HSV(B) 163.78º 0.67% 0.22% -
XYZ 2.09 3.05 2.96 -
YUV 42.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 18 55 45 0.67 0 0.18 0.78 163.78 0.51 0.14
Hex 12 37 2D 43 0 12 4E A4 33 E
Octal 22 67 55 103 0 22 116 244 63 16
Binary 10010 110111 101101 1000011 0 10010 1001110 10100100 110011 1110

Color Harmonies of #12372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12372D

Black with #12372D

Text Example


Text Example

White with #12372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12372D;
 }
 .AnyTagClassName
 {
   color: #12372D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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