Html Css Color HEX #013227 Dark Green

📋 copy color: '#013227'

red 1 ◦ green 50 ◦ blue 39

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

Shades of Dark Green #013227

Tints of Dark Green #013227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 43.33%

R = 1.11%
G = 55.56%
B = 43.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#013227 (or 0x013227) is known color: Dark Green. HEX triplet: 01, 32 and 27. RGB value is (1,50,39). Sum of RGB (Red+Green+Blue) = 1+50+39=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #013227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013227 is #FECDD8. Grayscale: #222222. Windows color (decimal): -16698841 or 2568705. OLE color: 2568705.

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

Color convert

RGB 1 50 39 -
CMYK 0.98 0 0.22 0.80
HSL 166.53º 0.96% 0.1% -
HSV(B) 166.53º 0.98% 0.2% -
XYZ 1.52 2.43 2.31 -
YUV 34.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 1 50 39 0.98 0 0.22 0.80 166.53 0.96 0.1
Hex 1 32 27 62 0 16 50 A7 60 A
Octal 1 62 47 142 0 26 120 247 140 12
Binary 1 110010 100111 1100010 0 10110 1010000 10100111 1100000 1010

Color Harmonies of #013227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013227

Black with #013227

Text Example


Text Example

White with #013227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013227; }

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

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

background-color css

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

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

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

border-color css

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

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

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