Html Css Color HEX #13332E Racing Green

📋 copy color: '#13332E'

red 19 ◦ green 51 ◦ blue 46

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

Shades of Racing Green #13332E

Tints of Racing Green #13332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 39.66%

R = 16.38%
G = 43.97%
B = 39.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#13332E (or 0x13332E) is known color: Racing Green. HEX triplet: 13, 33 and 2E. RGB value is (19,51,46). Sum of RGB (Red+Green+Blue) = 19+51+46=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #13332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13332E is #ECCCD1. Grayscale: #282828. Windows color (decimal): -15518930 or 3027731. OLE color: 3027731.

HSL color Cylindrical-coordinate representation of color #13332E: hue angle of 170.62º 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 #13332E is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 46 -
CMYK 0.63 0 0.10 0.8
HSL 170.63º 0.46% 0.14% -
HSV(B) 170.63º 0.63% 0.2% -
XYZ 1.95 2.7 3 -
YUV 40.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 19 51 46 0.63 0 0.10 0.8 170.63 0.46 0.14
Hex 13 33 2E 3F 0 A 50 AB 2E E
Octal 23 63 56 77 0 12 120 253 56 16
Binary 10011 110011 101110 111111 0 1010 1010000 10101011 101110 1110

Color Harmonies of #13332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13332E

Black with #13332E

Text Example


Text Example

White with #13332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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