Html Css Color HEX #13382D Racing Green

📋 copy color: '#13382D'

red 19 ◦ green 56 ◦ blue 45

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

Shades of Racing Green #13382D

Tints of Racing Green #13382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.67%

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

R = 15.83%
G = 46.67%
B = 37.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#13382D (or 0x13382D) is known color: Racing Green. HEX triplet: 13, 38 and 2D. RGB value is (19,56,45). Sum of RGB (Red+Green+Blue) = 19+56+45=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #13382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13382D is #ECC7D2. Grayscale: #2B2B2B. Windows color (decimal): -15517651 or 2963475. OLE color: 2963475.

HSL color Cylindrical-coordinate representation of color #13382D: hue angle of 162.16º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13382D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 45 -
CMYK 0.66 0 0.20 0.78
HSL 162.16º 0.49% 0.15% -
HSV(B) 162.16º 0.66% 0.22% -
XYZ 2.16 3.16 2.98 -
YUV 43.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 19 56 45 0.66 0 0.20 0.78 162.16 0.49 0.15
Hex 13 38 2D 42 0 14 4E A2 31 F
Octal 23 70 55 102 0 24 116 242 61 17
Binary 10011 111000 101101 1000010 0 10100 1001110 10100010 110001 1111

Color Harmonies of #13382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13382D

Black with #13382D

Text Example


Text Example

White with #13382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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