Html Css Color HEX #13332A Racing Green

📋 copy color: '#13332A'

red 19 ◦ green 51 ◦ blue 42

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

Shades of Racing Green #13332A

Tints of Racing Green #13332A

RGB

 RED value IS 19 (7.81% from 255) = 16.96%

 GREEN value IS 51 (20.31% from 255) = 45.54%

 BLUE value IS 42 (16.8% from 255) = 37.5%

R = 16.96%
G = 45.54%
B = 37.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#13332A (or 0x13332A) is known color: Racing Green. HEX triplet: 13, 33 and 2A. RGB value is (19,51,42). Sum of RGB (Red+Green+Blue) = 19+51+42=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #13332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13332A is #ECCCD5. Grayscale: #282828. Windows color (decimal): -15518934 or 2765587. OLE color: 2765587.

HSL color Cylindrical-coordinate representation of color #13332A: hue angle of 163.12º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13332A is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 42 -
CMYK 0.63 0 0.18 0.8
HSL 163.13º 0.46% 0.14% -
HSV(B) 163.13º 0.63% 0.2% -
XYZ 1.87 2.67 2.61 -
YUV 40.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 19 51 42 0.63 0 0.18 0.8 163.13 0.46 0.14
Hex 13 33 2A 3F 0 12 50 A3 2E E
Octal 23 63 52 77 0 22 120 243 56 16
Binary 10011 110011 101010 111111 0 10010 1010000 10100011 101110 1110

Color Harmonies of #13332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13332A

Black with #13332A

Text Example


Text Example

White with #13332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13332A; }

 p { color: rgb(19,51,42); }

 H1.HeaderClassName
 {
   color: #13332A;
 }
 .AnyTagClassName
 {
   color: #13332A;
 }
</style>

background-color css

<style>
 a { background-color: #13332A; }

 a { background-color: rgb(19,51,42); }

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

border-color css

<style>
 span { border-color: #13332A; }

 span { border-color: rgb(19,51,42); }

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