Html Css Color HEX #023614 Dark Green

📋 copy color: '#023614'

red 2 ◦ green 54 ◦ blue 20

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

Shades of Dark Green #023614

Tints of Dark Green #023614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 71.05%

 BLUE value IS 20 (8.2% from 255) = 26.32%

R = 2.63%
G = 71.05%
B = 26.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#023614 (or 0x023614) is known color: Dark Green. HEX triplet: 02, 36 and 14. RGB value is (2,54,20). Sum of RGB (Red+Green+Blue) = 2+54+20=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #023614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023614 is #FDC9EB. Grayscale: #222222. Windows color (decimal): -16632300 or 1324546. OLE color: 1324546.

HSL color Cylindrical-coordinate representation of color #023614: hue angle of 140.77º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023614 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 54 20 -
CMYK 0.96 0 0.63 0.79
HSL 140.77º 0.93% 0.11% -
HSV(B) 140.77º 0.96% 0.21% -
XYZ 1.47 2.7 1.11 -
YUV 34.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 2 54 20 0.96 0 0.63 0.79 140.77 0.93 0.11
Hex 2 36 14 60 0 3F 4F 8D 5D B
Octal 2 66 24 140 0 77 117 215 135 13
Binary 10 110110 10100 1100000 0 111111 1001111 10001101 1011101 1011

Color Harmonies of #023614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023614

Black with #023614

Text Example


Text Example

White with #023614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023614; }

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

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

background-color css

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

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

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

border-color css

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

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

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