Html Css Color HEX #12352F Racing Green

📋 copy color: '#12352F'

red 18 ◦ green 53 ◦ blue 47

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

Shades of Racing Green #12352F

Tints of Racing Green #12352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.83%

R = 15.25%
G = 44.92%
B = 39.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#12352F (or 0x12352F) is known color: Racing Green. HEX triplet: 12, 35 and 2F. RGB value is (18,53,47). Sum of RGB (Red+Green+Blue) = 18+53+47=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #12352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12352F is #EDCAD0. Grayscale: #292929. Windows color (decimal): -15583953 or 3093778. OLE color: 3093778.

HSL color Cylindrical-coordinate representation of color #12352F: hue angle of 169.71º 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 #12352F is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 47 -
CMYK 0.66 0 0.11 0.79
HSL 169.71º 0.49% 0.14% -
HSV(B) 169.71º 0.66% 0.21% -
XYZ 2.04 2.88 3.14 -
YUV 41.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 18 53 47 0.66 0 0.11 0.79 169.71 0.49 0.14
Hex 12 35 2F 42 0 B 4F AA 31 E
Octal 22 65 57 102 0 13 117 252 61 16
Binary 10010 110101 101111 1000010 0 1011 1001111 10101010 110001 1110

Color Harmonies of #12352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12352F

Black with #12352F

Text Example


Text Example

White with #12352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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