Html Css Color HEX #142E1F Cardin Green

📋 copy color: '#142E1F'

red 20 ◦ green 46 ◦ blue 31

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

Shades of Cardin Green #142E1F

Tints of Cardin Green #142E1F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 47.42%

 BLUE value IS 31 (12.5% from 255) = 31.96%

R = 20.62%
G = 47.42%
B = 31.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.82

RGB Variations

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

Color information

#142E1F (or 0x142E1F) is known color: Cardin Green. HEX triplet: 14, 2E and 1F. RGB value is (20,46,31). Sum of RGB (Red+Green+Blue) = 20+46+31=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #142E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E1F is #EBD1E0. Grayscale: #242424. Windows color (decimal): -15454689 or 2043412. OLE color: 2043412.

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

Color convert

RGB 20 46 31 -
CMYK 0.57 0 0.33 0.82
HSL 145.38º 0.39% 0.13% -
HSV(B) 145.38º 0.57% 0.18% -
XYZ 1.51 2.2 1.64 -
YUV 36.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 20 46 31 0.57 0 0.33 0.82 145.38 0.39 0.13
Hex 14 2E 1F 39 0 21 52 91 27 D
Octal 24 56 37 71 0 41 122 221 47 15
Binary 10100 101110 11111 111001 0 100001 1010010 10010001 100111 1101

Color Harmonies of #142E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E1F

Black with #142E1F

Text Example


Text Example

White with #142E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,31); }

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

background-color css

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

 a { background-color: rgb(20,46,31); }

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

border-color css

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

 span { border-color: rgb(20,46,31); }

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