Html Css Color HEX #142F27 Racing Green

📋 copy color: '#142F27'

red 20 ◦ green 47 ◦ blue 39

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

Shades of Racing Green #142F27

Tints of Racing Green #142F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.34%

 BLUE value IS 39 (15.63% from 255) = 36.79%

R = 18.87%
G = 44.34%
B = 36.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#142F27 (or 0x142F27) is known color: Racing Green. HEX triplet: 14, 2F and 27. RGB value is (20,47,39). Sum of RGB (Red+Green+Blue) = 20+47+39=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #142F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F27 is #EBD0D8. Grayscale: #262626. Windows color (decimal): -15454425 or 2567956. OLE color: 2567956.

HSL color Cylindrical-coordinate representation of color #142F27: hue angle of 162.22º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142F27 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 47 39 -
CMYK 0.57 0 0.17 0.82
HSL 162.22º 0.4% 0.13% -
HSV(B) 162.22º 0.57% 0.18% -
XYZ 1.67 2.33 2.28 -
YUV 38.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 20 47 39 0.57 0 0.17 0.82 162.22 0.4 0.13
Hex 14 2F 27 39 0 11 52 A2 28 D
Octal 24 57 47 71 0 21 122 242 50 15
Binary 10100 101111 100111 111001 0 10001 1010010 10100010 101000 1101

Color Harmonies of #142F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F27

Black with #142F27

Text Example


Text Example

White with #142F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,47,39); }

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

background-color css

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

 a { background-color: rgb(20,47,39); }

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

border-color css

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

 span { border-color: rgb(20,47,39); }

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