Html Css Color HEX #023A2F Dark Green

📋 copy color: '#023A2F'

red 2 ◦ green 58 ◦ blue 47

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

Shades of Dark Green #023A2F

Tints of Dark Green #023A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 54.21%

 BLUE value IS 47 (18.75% from 255) = 43.93%

R = 1.87%
G = 54.21%
B = 43.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#023A2F (or 0x023A2F) is known color: Dark Green. HEX triplet: 02, 3A and 2F. RGB value is (2,58,47). Sum of RGB (Red+Green+Blue) = 2+58+47=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #023A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A2F is #FDC5D0. Grayscale: #272727. Windows color (decimal): -16631249 or 3095042. OLE color: 3095042.

HSL color Cylindrical-coordinate representation of color #023A2F: hue angle of 168.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A2F is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 58 47 -
CMYK 0.97 0 0.19 0.77
HSL 168.21º 0.93% 0.12% -
HSV(B) 168.21º 0.97% 0.23% -
XYZ 2.05 3.24 3.21 -
YUV 40 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 2 58 47 0.97 0 0.19 0.77 168.21 0.93 0.12
Hex 2 3A 2F 61 0 13 4D A8 5D C
Octal 2 72 57 141 0 23 115 250 135 14
Binary 10 111010 101111 1100001 0 10011 1001101 10101000 1011101 1100

Color Harmonies of #023A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A2F

Black with #023A2F

Text Example


Text Example

White with #023A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023A2F; }

 p { color: rgb(2,58,47); }

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

background-color css

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

 a { background-color: rgb(2,58,47); }

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

border-color css

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

 span { border-color: rgb(2,58,47); }

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