Html Css Color HEX #023114 Dark Green

📋 copy color: '#023114'

red 2 ◦ green 49 ◦ blue 20

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

Shades of Dark Green #023114

Tints of Dark Green #023114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 69.01%

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

R = 2.82%
G = 69.01%
B = 28.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#023114 (or 0x023114) is known color: Dark Green. HEX triplet: 02, 31 and 14. RGB value is (2,49,20). Sum of RGB (Red+Green+Blue) = 2+49+20=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #023114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023114 is #FDCEEB. Grayscale: #1F1F1F. Windows color (decimal): -16633580 or 1323266. OLE color: 1323266.

HSL color Cylindrical-coordinate representation of color #023114: hue angle of 142.98º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023114 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 49 20 -
CMYK 0.96 0 0.59 0.81
HSL 142.98º 0.92% 0.1% -
HSV(B) 142.98º 0.96% 0.19% -
XYZ 1.25 2.26 1.03 -
YUV 31.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 2 49 20 0.96 0 0.59 0.81 142.98 0.92 0.1
Hex 2 31 14 60 0 3B 51 8F 5C A
Octal 2 61 24 140 0 73 121 217 134 12
Binary 10 110001 10100 1100000 0 111011 1010001 10001111 1011100 1010

Color Harmonies of #023114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023114

Black with #023114

Text Example


Text Example

White with #023114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023114; }

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

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

background-color css

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

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

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

border-color css

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

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

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