Html Css Color HEX #15342A Racing Green

📋 copy color: '#15342A'

red 21 ◦ green 52 ◦ blue 42

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

Shades of Racing Green #15342A

Tints of Racing Green #15342A

RGB

 RED value IS 21 (8.59% from 255) = 18.26%

 GREEN value IS 52 (20.7% from 255) = 45.22%

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

R = 18.26%
G = 45.22%
B = 36.52%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#15342A (or 0x15342A) is known color: Racing Green. HEX triplet: 15, 34 and 2A. RGB value is (21,52,42). Sum of RGB (Red+Green+Blue) = 21+52+42=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #15342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15342A is #EACBD5. Grayscale: #292929. Windows color (decimal): -15387606 or 2765845. OLE color: 2765845.

HSL color Cylindrical-coordinate representation of color #15342A: hue angle of 160.65º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15342A is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 52 42 -
CMYK 0.60 0 0.19 0.80
HSL 160.65º 0.42% 0.14% -
HSV(B) 160.65º 0.6% 0.2% -
XYZ 1.96 2.78 2.62 -
YUV 41.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 21 52 42 0.60 0 0.19 0.80 160.65 0.42 0.14
Hex 15 34 2A 3C 0 13 50 A1 2A E
Octal 25 64 52 74 0 23 120 241 52 16
Binary 10101 110100 101010 111100 0 10011 1010000 10100001 101010 1110

Color Harmonies of #15342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15342A

Black with #15342A

Text Example


Text Example

White with #15342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,52,42); }

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

background-color css

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

 a { background-color: rgb(21,52,42); }

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

border-color css

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

 span { border-color: rgb(21,52,42); }

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