Html Css Color HEX #12352B Racing Green

📋 copy color: '#12352B'

red 18 ◦ green 53 ◦ blue 43

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

Shades of Racing Green #12352B

Tints of Racing Green #12352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.49%

 BLUE value IS 43 (17.19% from 255) = 37.72%

R = 15.79%
G = 46.49%
B = 37.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#12352B (or 0x12352B) is known color: Racing Green. HEX triplet: 12, 35 and 2B. RGB value is (18,53,43). Sum of RGB (Red+Green+Blue) = 18+53+43=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #12352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12352B is #EDCAD4. Grayscale: #292929. Windows color (decimal): -15583957 or 2831634. OLE color: 2831634.

HSL color Cylindrical-coordinate representation of color #12352B: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #12352B is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 43 -
CMYK 0.66 0 0.19 0.79
HSL 162.86º 0.49% 0.14% -
HSV(B) 162.86º 0.66% 0.21% -
XYZ 1.96 2.85 2.73 -
YUV 41.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 18 53 43 0.66 0 0.19 0.79 162.86 0.49 0.14
Hex 12 35 2B 42 0 13 4F A3 31 E
Octal 22 65 53 102 0 23 117 243 61 16
Binary 10010 110101 101011 1000010 0 10011 1001111 10100011 110001 1110

Color Harmonies of #12352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12352B

Black with #12352B

Text Example


Text Example

White with #12352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12352B; }

 p { color: rgb(18,53,43); }

 H1.HeaderClassName
 {
   color: #12352B;
 }
 .AnyTagClassName
 {
   color: #12352B;
 }
</style>

background-color css

<style>
 a { background-color: #12352B; }

 a { background-color: rgb(18,53,43); }

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

border-color css

<style>
 span { border-color: #12352B; }

 span { border-color: rgb(18,53,43); }

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