Html Css Color HEX #142C25 Racing Green

📋 copy color: '#142C25'

red 20 ◦ green 44 ◦ blue 37

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

Shades of Racing Green #142C25

Tints of Racing Green #142C25

RGB

 RED value IS 20 (8.2% from 255) = 19.8%

 GREEN value IS 44 (17.58% from 255) = 43.56%

 BLUE value IS 37 (14.84% from 255) = 36.63%

R = 19.8%
G = 43.56%
B = 36.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.83

RGB Variations

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

Color information

#142C25 (or 0x142C25) is known color: Racing Green. HEX triplet: 14, 2C and 25. RGB value is (20,44,37). Sum of RGB (Red+Green+Blue) = 20+44+37=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 44 - color contains mainly: green. Hex color #142C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C25 is #EBD3DA. Grayscale: #242424. Windows color (decimal): -15455195 or 2436116. OLE color: 2436116.

HSL color Cylindrical-coordinate representation of color #142C25: hue angle of 162.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142C25 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 44 37 -
CMYK 0.55 0 0.16 0.83
HSL 162.5º 0.38% 0.13% -
HSV(B) 162.5º 0.55% 0.17% -
XYZ 1.52 2.08 2.07 -
YUV 36.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 20 44 37 0.55 0 0.16 0.83 162.5 0.38 0.13
Hex 14 2C 25 37 0 10 53 A2 26 D
Octal 24 54 45 67 0 20 123 242 46 15
Binary 10100 101100 100101 110111 0 10000 1010011 10100010 100110 1101

Color Harmonies of #142C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C25

Black with #142C25

Text Example


Text Example

White with #142C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142C25; }

 p { color: rgb(20,44,37); }

 H1.HeaderClassName
 {
   color: #142C25;
 }
 .AnyTagClassName
 {
   color: #142C25;
 }
</style>

background-color css

<style>
 a { background-color: #142C25; }

 a { background-color: rgb(20,44,37); }

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

border-color css

<style>
 span { border-color: #142C25; }

 span { border-color: rgb(20,44,37); }

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