Html Css Color HEX #142E25 Cardin Green

📋 copy color: '#142E25'

red 20 ◦ green 46 ◦ blue 37

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

Shades of Cardin Green #142E25

Tints of Cardin Green #142E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 35.92%

R = 19.42%
G = 44.66%
B = 35.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.82

RGB Variations

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

Color information

#142E25 (or 0x142E25) is known color: Cardin Green. HEX triplet: 14, 2E and 25. RGB value is (20,46,37). Sum of RGB (Red+Green+Blue) = 20+46+37=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #142E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E25 is #EBD1DA. Grayscale: #252525. Windows color (decimal): -15454683 or 2436628. OLE color: 2436628.

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

Color convert

RGB 20 46 37 -
CMYK 0.57 0 0.20 0.82
HSL 159.23º 0.39% 0.13% -
HSV(B) 159.23º 0.57% 0.18% -
XYZ 1.6 2.24 2.1 -
YUV 37.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 20 46 37 0.57 0 0.20 0.82 159.23 0.39 0.13
Hex 14 2E 25 39 0 14 52 9F 27 D
Octal 24 56 45 71 0 24 122 237 47 15
Binary 10100 101110 100101 111001 0 10100 1010010 10011111 100111 1101

Color Harmonies of #142E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E25

Black with #142E25

Text Example


Text Example

White with #142E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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