Html Css Color HEX #14271F Cardin Green

📋 copy color: '#14271F'

red 20 ◦ green 39 ◦ blue 31

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

Shades of Cardin Green #14271F

Tints of Cardin Green #14271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 43.33%

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

R = 22.22%
G = 43.33%
B = 34.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#14271F (or 0x14271F) is known color: Cardin Green. HEX triplet: 14, 27 and 1F. RGB value is (20,39,31). Sum of RGB (Red+Green+Blue) = 20+39+31=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #14271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14271F is #EBD8E0. Grayscale: #202020. Windows color (decimal): -15456481 or 2041620. OLE color: 2041620.

HSL color Cylindrical-coordinate representation of color #14271F: hue angle of 154.74º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #14271F is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 39 31 -
CMYK 0.49 0 0.21 0.85
HSL 154.74º 0.32% 0.12% -
HSV(B) 154.74º 0.49% 0.15% -
XYZ 1.26 1.7 1.56 -
YUV 32.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 20 39 31 0.49 0 0.21 0.85 154.74 0.32 0.12
Hex 14 27 1F 31 0 15 55 9B 20 C
Octal 24 47 37 61 0 25 125 233 40 14
Binary 10100 100111 11111 110001 0 10101 1010101 10011011 100000 1100

Color Harmonies of #14271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14271F

Black with #14271F

Text Example


Text Example

White with #14271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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