Html Css Color HEX #142F21 Cardin Green

📋 copy color: '#142F21'

red 20 ◦ green 47 ◦ blue 33

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

Shades of Cardin Green #142F21

Tints of Cardin Green #142F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 33%

R = 20%
G = 47%
B = 33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#142F21 (or 0x142F21) is known color: Cardin Green. HEX triplet: 14, 2F and 21. RGB value is (20,47,33). Sum of RGB (Red+Green+Blue) = 20+47+33=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #142F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F21 is #EBD0DE. Grayscale: #252525. Windows color (decimal): -15454431 or 2174740. OLE color: 2174740.

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

Color convert

RGB 20 47 33 -
CMYK 0.57 0 0.30 0.82
HSL 148.89º 0.4% 0.13% -
HSV(B) 148.89º 0.57% 0.18% -
XYZ 1.58 2.29 1.8 -
YUV 37.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 20 47 33 0.57 0 0.30 0.82 148.89 0.4 0.13
Hex 14 2F 21 39 0 1E 52 95 28 D
Octal 24 57 41 71 0 36 122 225 50 15
Binary 10100 101111 100001 111001 0 11110 1010010 10010101 101000 1101

Color Harmonies of #142F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F21

Black with #142F21

Text Example


Text Example

White with #142F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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