Html Css Color HEX #023C31 Dark Green

📋 copy color: '#023C31'

red 2 ◦ green 60 ◦ blue 49

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

Shades of Dark Green #023C31

Tints of Dark Green #023C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 54.05%

 BLUE value IS 49 (19.53% from 255) = 44.14%

R = 1.8%
G = 54.05%
B = 44.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#023C31 (or 0x023C31) is known color: Dark Green. HEX triplet: 02, 3C and 31. RGB value is (2,60,49). Sum of RGB (Red+Green+Blue) = 2+60+49=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 60 (23.83% from 255 or 54.05% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 60 - color contains mainly: green. Hex color #023C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C31 is #FDC3CE. Grayscale: #292929. Windows color (decimal): -16630735 or 3226626. OLE color: 3226626.

HSL color Cylindrical-coordinate representation of color #023C31: hue angle of 168.62º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C31 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 60 49 -
CMYK 0.97 0 0.18 0.76
HSL 168.62º 0.94% 0.12% -
HSV(B) 168.62º 0.97% 0.24% -
XYZ 2.2 3.47 3.46 -
YUV 41.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 2 60 49 0.97 0 0.18 0.76 168.62 0.94 0.12
Hex 2 3C 31 61 0 12 4C A9 5E C
Octal 2 74 61 141 0 22 114 251 136 14
Binary 10 111100 110001 1100001 0 10010 1001100 10101001 1011110 1100

Color Harmonies of #023C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C31

Black with #023C31

Text Example


Text Example

White with #023C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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