Html Css Color HEX #13332B Racing Green

📋 copy color: '#13332B'

red 19 ◦ green 51 ◦ blue 43

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

Shades of Racing Green #13332B

Tints of Racing Green #13332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.05%

R = 16.81%
G = 45.13%
B = 38.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#13332B (or 0x13332B) is known color: Racing Green. HEX triplet: 13, 33 and 2B. RGB value is (19,51,43). Sum of RGB (Red+Green+Blue) = 19+51+43=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #13332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13332B is #ECCCD4. Grayscale: #282828. Windows color (decimal): -15518933 or 2831123. OLE color: 2831123.

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

Color convert

RGB 19 51 43 -
CMYK 0.63 0 0.16 0.8
HSL 165º 0.46% 0.14% -
HSV(B) 165º 0.63% 0.2% -
XYZ 1.89 2.68 2.7 -
YUV 40.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 19 51 43 0.63 0 0.16 0.8 165 0.46 0.14
Hex 13 33 2B 3F 0 10 50 A5 2E E
Octal 23 63 53 77 0 20 120 245 56 16
Binary 10011 110011 101011 111111 0 10000 1010000 10100101 101110 1110

Color Harmonies of #13332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13332B

Black with #13332B

Text Example


Text Example

White with #13332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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