Html Css Color HEX #142826 Racing Green

📋 copy color: '#142826'

red 20 ◦ green 40 ◦ blue 38

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

Shades of Racing Green #142826

Tints of Racing Green #142826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 40.82%

 BLUE value IS 38 (15.23% from 255) = 38.78%

R = 20.41%
G = 40.82%
B = 38.78%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.05

 K value IS 0.84

RGB Variations

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

Color information

#142826 (or 0x142826) is known color: Racing Green. HEX triplet: 14, 28 and 26. RGB value is (20,40,38). Sum of RGB (Red+Green+Blue) = 20+40+38=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #142826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142826 is #EBD7D9. Grayscale: #212121. Windows color (decimal): -15456218 or 2500628. OLE color: 2500628.

HSL color Cylindrical-coordinate representation of color #142826: hue angle of 174º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142826 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 40 38 -
CMYK 0.5 0 0.05 0.84
HSL 174º 0.33% 0.12% -
HSV(B) 174º 0.5% 0.16% -
XYZ 1.4 1.81 2.11 -
YUV 33.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 20 40 38 0.5 0 0.05 0.84 174 0.33 0.12
Hex 14 28 26 32 0 5 54 AE 21 C
Octal 24 50 46 62 0 5 124 256 41 14
Binary 10100 101000 100110 110010 0 101 1010100 10101110 100001 1100

Color Harmonies of #142826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142826

Black with #142826

Text Example


Text Example

White with #142826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142826; }

 p { color: rgb(20,40,38); }

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

background-color css

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

 a { background-color: rgb(20,40,38); }

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

border-color css

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

 span { border-color: rgb(20,40,38); }

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