Html Css Color HEX #13332D Racing Green

📋 copy color: '#13332D'

red 19 ◦ green 51 ◦ blue 45

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

Shades of Racing Green #13332D

Tints of Racing Green #13332D

RGB

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

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

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

R = 16.52%
G = 44.35%
B = 39.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.8

RGB Variations

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

Color information

#13332D (or 0x13332D) is known color: Racing Green. HEX triplet: 13, 33 and 2D. RGB value is (19,51,45). Sum of RGB (Red+Green+Blue) = 19+51+45=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #13332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13332D is #ECCCD2. Grayscale: #282828. Windows color (decimal): -15518931 or 2962195. OLE color: 2962195.

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

Color convert

RGB 19 51 45 -
CMYK 0.63 0 0.12 0.8
HSL 168.75º 0.46% 0.14% -
HSV(B) 168.75º 0.63% 0.2% -
XYZ 1.93 2.7 2.9 -
YUV 40.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 19 51 45 0.63 0 0.12 0.8 168.75 0.46 0.14
Hex 13 33 2D 3F 0 C 50 A9 2E E
Octal 23 63 55 77 0 14 120 251 56 16
Binary 10011 110011 101101 111111 0 1100 1010000 10101001 101110 1110

Color Harmonies of #13332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13332D

Black with #13332D

Text Example


Text Example

White with #13332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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