Html Css Color HEX #142F20 Cardin Green

📋 copy color: '#142F20'

red 20 ◦ green 47 ◦ blue 32

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

Shades of Cardin Green #142F20

Tints of Cardin Green #142F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 32.32%

R = 20.2%
G = 47.47%
B = 32.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.82

RGB Variations

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

Color information

#142F20 (or 0x142F20) is known color: Cardin Green. HEX triplet: 14, 2F and 20. RGB value is (20,47,32). Sum of RGB (Red+Green+Blue) = 20+47+32=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 47 - color contains mainly: green. Hex color #142F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F20 is #EBD0DF. Grayscale: #252525. Windows color (decimal): -15454432 or 2109204. OLE color: 2109204.

HSL color Cylindrical-coordinate representation of color #142F20: hue angle of 146.67º 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 #142F20 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 47 32 -
CMYK 0.57 0 0.32 0.82
HSL 146.67º 0.4% 0.13% -
HSV(B) 146.67º 0.57% 0.18% -
XYZ 1.57 2.29 1.73 -
YUV 37.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 20 47 32 0.57 0 0.32 0.82 146.67 0.4 0.13
Hex 14 2F 20 39 0 20 52 93 28 D
Octal 24 57 40 71 0 40 122 223 50 15
Binary 10100 101111 100000 111001 0 100000 1010010 10010011 101000 1101

Color Harmonies of #142F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F20

Black with #142F20

Text Example


Text Example

White with #142F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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