Html Css Color HEX #143025 Cardin Green

📋 copy color: '#143025'

red 20 ◦ green 48 ◦ blue 37

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

Shades of Cardin Green #143025

Tints of Cardin Green #143025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.71%

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

R = 19.05%
G = 45.71%
B = 35.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#143025 (or 0x143025) is known color: Cardin Green. HEX triplet: 14, 30 and 25. RGB value is (20,48,37). Sum of RGB (Red+Green+Blue) = 20+48+37=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #143025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143025 is #EBCFDA. Grayscale: #262626. Windows color (decimal): -15454171 or 2437140. OLE color: 2437140.

HSL color Cylindrical-coordinate representation of color #143025: hue angle of 156.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143025 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 37 -
CMYK 0.58 0 0.23 0.81
HSL 156.43º 0.41% 0.13% -
HSV(B) 156.43º 0.58% 0.19% -
XYZ 1.68 2.4 2.12 -
YUV 38.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 20 48 37 0.58 0 0.23 0.81 156.43 0.41 0.13
Hex 14 30 25 3A 0 17 51 9C 29 D
Octal 24 60 45 72 0 27 121 234 51 15
Binary 10100 110000 100101 111010 0 10111 1010001 10011100 101001 1101

Color Harmonies of #143025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143025

Black with #143025

Text Example


Text Example

White with #143025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143025; }

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

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

background-color css

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

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

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

border-color css

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

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

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