Html Css Color HEX #146F3E Dark Spring Green

📋 copy color: '#146F3E'

red 20 ◦ green 111 ◦ blue 62

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

Shades of Dark Spring Green #146F3E

Tints of Dark Spring Green #146F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.51%

 BLUE value IS 62 (24.61% from 255) = 32.12%

R = 10.36%
G = 57.51%
B = 32.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#146F3E (or 0x146F3E) is known color: Dark Spring Green. HEX triplet: 14, 6F and 3E. RGB value is (20,111,62). Sum of RGB (Red+Green+Blue) = 20+111+62=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #146F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146F3E is #EB90C1. Grayscale: #4E4E4E. Windows color (decimal): -15438018 or 4091668. OLE color: 4091668.

HSL color Cylindrical-coordinate representation of color #146F3E: hue angle of 147.69º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F3E is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 111 62 -
CMYK 0.82 0 0.44 0.56
HSL 147.69º 0.69% 0.26% -
HSV(B) 147.69º 0.82% 0.44% -
XYZ 6.84 11.87 6.49 -
YUV 78.21 118.85 86.48 -
System Red Green Blue C M Y K H S L
Decimal 20 111 62 0.82 0 0.44 0.56 147.69 0.69 0.26
Hex 14 6F 3E 52 0 2C 38 94 45 1A
Octal 24 157 76 122 0 54 70 224 105 32
Binary 10100 1101111 111110 1010010 0 101100 111000 10010100 1000101 11010

Color Harmonies of #146F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146F3E

Black with #146F3E

Text Example


Text Example

White with #146F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146F3E; }

 p { color: rgb(20,111,62); }

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

background-color css

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

 a { background-color: rgb(20,111,62); }

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

border-color css

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

 span { border-color: rgb(20,111,62); }

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