Html Css Color HEX #012F2A Dark Green

📋 copy color: '#012F2A'

red 1 ◦ green 47 ◦ blue 42

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

Shades of Dark Green #012F2A

Tints of Dark Green #012F2A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 52.22%

 BLUE value IS 42 (16.8% from 255) = 46.67%

R = 1.11%
G = 52.22%
B = 46.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#012F2A (or 0x012F2A) is known color: Dark Green. HEX triplet: 01, 2F and 2A. RGB value is (1,47,42). Sum of RGB (Red+Green+Blue) = 1+47+42=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #012F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F2A is #FED0D5. Grayscale: #202020. Windows color (decimal): -16699606 or 2764545. OLE color: 2764545.

HSL color Cylindrical-coordinate representation of color #012F2A: hue angle of 173.48º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012F2A is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 47 42 -
CMYK 0.98 0 0.11 0.82
HSL 173.48º 0.96% 0.09% -
HSV(B) 173.48º 0.98% 0.18% -
XYZ 1.45 2.21 2.54 -
YUV 32.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 1 47 42 0.98 0 0.11 0.82 173.48 0.96 0.09
Hex 1 2F 2A 62 0 B 52 AD 60 9
Octal 1 57 52 142 0 13 122 255 140 11
Binary 1 101111 101010 1100010 0 1011 1010010 10101101 1100000 1001

Color Harmonies of #012F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F2A

Black with #012F2A

Text Example


Text Example

White with #012F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012F2A; }

 p { color: rgb(1,47,42); }

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

background-color css

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

 a { background-color: rgb(1,47,42); }

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

border-color css

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

 span { border-color: rgb(1,47,42); }

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