Html Css Color HEX #012728 Dark Green

📋 copy color: '#012728'

red 1 ◦ green 39 ◦ blue 40

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

Shades of Dark Green #012728

Tints of Dark Green #012728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 48.75%

 BLUE value IS 40 (16.02% from 255) = 50%

R = 1.25%
G = 48.75%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#012728 (or 0x012728) is known color: Dark Green. HEX triplet: 01, 27 and 28. RGB value is (1,39,40). Sum of RGB (Red+Green+Blue) = 1+39+40=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #012728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012728 is #FED8D7. Grayscale: #1B1B1B. Windows color (decimal): -16701656 or 2631425. OLE color: 2631425.

HSL color Cylindrical-coordinate representation of color #012728: hue angle of 181.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012728 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 39 40 -
CMYK 0.98 0.02 0 0.84
HSL 181.54º 0.95% 0.08% -
HSV(B) 181.54º 0.98% 0.16% -
XYZ 1.12 1.61 2.26 -
YUV 27.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 1 39 40 0.98 0.02 0 0.84 181.54 0.95 0.08
Hex 1 27 28 62 2 0 54 B6 5F 8
Octal 1 47 50 142 2 0 124 266 137 10
Binary 1 100111 101000 1100010 10 0 1010100 10110110 1011111 1000

Color Harmonies of #012728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012728

Black with #012728

Text Example


Text Example

White with #012728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012728; }

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

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

background-color css

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

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

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

border-color css

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

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

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