Html Css Color HEX #023126 Dark Green

📋 copy color: '#023126'

red 2 ◦ green 49 ◦ blue 38

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

Shades of Dark Green #023126

Tints of Dark Green #023126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 42.7%

R = 2.25%
G = 55.06%
B = 42.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#023126 (or 0x023126) is known color: Dark Green. HEX triplet: 02, 31 and 26. RGB value is (2,49,38). Sum of RGB (Red+Green+Blue) = 2+49+38=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #023126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023126 is #FDCED9. Grayscale: #212121. Windows color (decimal): -16633562 or 2502914. OLE color: 2502914.

HSL color Cylindrical-coordinate representation of color #023126: hue angle of 165.96º 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 #023126 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 49 38 -
CMYK 0.96 0 0.22 0.81
HSL 165.96º 0.92% 0.1% -
HSV(B) 165.96º 0.96% 0.19% -
XYZ 1.47 2.35 2.21 -
YUV 33.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 2 49 38 0.96 0 0.22 0.81 165.96 0.92 0.1
Hex 2 31 26 60 0 16 51 A6 5C A
Octal 2 61 46 140 0 26 121 246 134 12
Binary 10 110001 100110 1100000 0 10110 1010001 10100110 1011100 1010

Color Harmonies of #023126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023126

Black with #023126

Text Example


Text Example

White with #023126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023126; }

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

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

background-color css

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

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

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

border-color css

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

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

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