Html Css Color HEX #013226 Dark Green

📋 copy color: '#013226'

red 1 ◦ green 50 ◦ blue 38

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

Shades of Dark Green #013226

Tints of Dark Green #013226

RGB

 RED value IS 1 (0.78% from 255) = 1.12%

 GREEN value IS 50 (19.92% from 255) = 56.18%

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

R = 1.12%
G = 56.18%
B = 42.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#013226 (or 0x013226) is known color: Dark Green. HEX triplet: 01, 32 and 26. RGB value is (1,50,38). Sum of RGB (Red+Green+Blue) = 1+50+38=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #013226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013226 is #FECDD9. Grayscale: #212121. Windows color (decimal): -16698842 or 2503169. OLE color: 2503169.

HSL color Cylindrical-coordinate representation of color #013226: hue angle of 165.31º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013226 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 50 38 -
CMYK 0.98 0 0.24 0.80
HSL 165.31º 0.96% 0.1% -
HSV(B) 165.31º 0.98% 0.2% -
XYZ 1.5 2.43 2.22 -
YUV 33.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 1 50 38 0.98 0 0.24 0.80 165.31 0.96 0.1
Hex 1 32 26 62 0 18 50 A5 60 A
Octal 1 62 46 142 0 30 120 245 140 12
Binary 1 110010 100110 1100010 0 11000 1010000 10100101 1100000 1010

Color Harmonies of #013226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013226

Black with #013226

Text Example


Text Example

White with #013226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013226; }

 p { color: rgb(1,50,38); }

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

background-color css

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

 a { background-color: rgb(1,50,38); }

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

border-color css

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

 span { border-color: rgb(1,50,38); }

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