Html Css Color HEX #12352D Racing Green

📋 copy color: '#12352D'

red 18 ◦ green 53 ◦ blue 45

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

Shades of Racing Green #12352D

Tints of Racing Green #12352D

RGB

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

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

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

R = 15.52%
G = 45.69%
B = 38.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#12352D (or 0x12352D) is known color: Racing Green. HEX triplet: 12, 35 and 2D. RGB value is (18,53,45). Sum of RGB (Red+Green+Blue) = 18+53+45=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #12352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12352D is #EDCAD2. Grayscale: #292929. Windows color (decimal): -15583955 or 2962706. OLE color: 2962706.

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

Color convert

RGB 18 53 45 -
CMYK 0.66 0 0.15 0.79
HSL 166.29º 0.49% 0.14% -
HSV(B) 166.29º 0.66% 0.21% -
XYZ 2 2.86 2.93 -
YUV 41.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 18 53 45 0.66 0 0.15 0.79 166.29 0.49 0.14
Hex 12 35 2D 42 0 F 4F A6 31 E
Octal 22 65 55 102 0 17 117 246 61 16
Binary 10010 110101 101101 1000010 0 1111 1001111 10100110 110001 1110

Color Harmonies of #12352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12352D

Black with #12352D

Text Example


Text Example

White with #12352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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