Html Css Color HEX #152D29 Racing Green

📋 copy color: '#152D29'

red 21 ◦ green 45 ◦ blue 41

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

Shades of Racing Green #152D29

Tints of Racing Green #152D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 42.06%

 BLUE value IS 41 (16.41% from 255) = 38.32%

R = 19.63%
G = 42.06%
B = 38.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#152D29 (or 0x152D29) is known color: Racing Green. HEX triplet: 15, 2D and 29. RGB value is (21,45,41). Sum of RGB (Red+Green+Blue) = 21+45+41=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 45 - color contains mainly: green. Hex color #152D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D29 is #EAD2D6. Grayscale: #252525. Windows color (decimal): -15389399 or 2698517. OLE color: 2698517.

HSL color Cylindrical-coordinate representation of color #152D29: hue angle of 170º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152D29 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 45 41 -
CMYK 0.53 0 0.09 0.82
HSL 170º 0.36% 0.13% -
HSV(B) 170º 0.53% 0.18% -
XYZ 1.65 2.2 2.43 -
YUV 37.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 21 45 41 0.53 0 0.09 0.82 170 0.36 0.13
Hex 15 2D 29 35 0 9 52 AA 24 D
Octal 25 55 51 65 0 11 122 252 44 15
Binary 10101 101101 101001 110101 0 1001 1010010 10101010 100100 1101

Color Harmonies of #152D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D29

Black with #152D29

Text Example


Text Example

White with #152D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152D29; }

 p { color: rgb(21,45,41); }

 H1.HeaderClassName
 {
   color: #152D29;
 }
 .AnyTagClassName
 {
   color: #152D29;
 }
</style>

background-color css

<style>
 a { background-color: #152D29; }

 a { background-color: rgb(21,45,41); }

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

border-color css

<style>
 span { border-color: #152D29; }

 span { border-color: rgb(21,45,41); }

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