Html Css Color HEX #02140F Dark Green

📋 copy color: '#02140F'

red 2 ◦ green 20 ◦ blue 15

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

Shades of Dark Green #02140F

Tints of Dark Green #02140F

RGB

 RED value IS 2 (1.17% from 255) = 5.41%

 GREEN value IS 20 (8.2% from 255) = 54.05%

 BLUE value IS 15 (6.25% from 255) = 40.54%

R = 5.41%
G = 54.05%
B = 40.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#02140F (or 0x02140F) is known color: Dark Green. HEX triplet: 02, 14 and 0F. RGB value is (2,20,15). Sum of RGB (Red+Green+Blue) = 2+20+15=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #02140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02140F is #FDEBF0. Grayscale: #0E0E0E. Windows color (decimal): -16641009 or 988162. OLE color: 988162.

HSL color Cylindrical-coordinate representation of color #02140F: hue angle of 163.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02140F is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 20 15 -
CMYK 0.90 0 0.25 0.92
HSL 163.33º 0.82% 0.04% -
HSV(B) 163.33º 0.9% 0.08% -
XYZ 0.36 0.55 0.54 -
YUV 14.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 2 20 15 0.90 0 0.25 0.92 163.33 0.82 0.04
Hex 2 14 F 5A 0 19 5C A3 52 4
Octal 2 24 17 132 0 31 134 243 122 4
Binary 10 10100 1111 1011010 0 11001 1011100 10100011 1010010 100

Color Harmonies of #02140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02140F

Black with #02140F

Text Example


Text Example

White with #02140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,20,15); }

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

background-color css

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

 a { background-color: rgb(2,20,15); }

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

border-color css

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

 span { border-color: rgb(2,20,15); }

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