Html Css Color HEX #012923 Dark Green

📋 copy color: '#012923'

red 1 ◦ green 41 ◦ blue 35

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

Shades of Dark Green #012923

Tints of Dark Green #012923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 53.25%

 BLUE value IS 35 (14.06% from 255) = 45.45%

R = 1.3%
G = 53.25%
B = 45.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#012923 (or 0x012923) is known color: Dark Green. HEX triplet: 01, 29 and 23. RGB value is (1,41,35). Sum of RGB (Red+Green+Blue) = 1+41+35=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #012923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012923 is #FED6DC. Grayscale: #1C1C1C. Windows color (decimal): -16701149 or 2304257. OLE color: 2304257.

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

Color convert

RGB 1 41 35 -
CMYK 0.98 0 0.15 0.84
HSL 171º 0.95% 0.08% -
HSV(B) 171º 0.98% 0.16% -
XYZ 1.11 1.71 1.86 -
YUV 28.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 1 41 35 0.98 0 0.15 0.84 171 0.95 0.08
Hex 1 29 23 62 0 F 54 AB 5F 8
Octal 1 51 43 142 0 17 124 253 137 10
Binary 1 101001 100011 1100010 0 1111 1010100 10101011 1011111 1000

Color Harmonies of #012923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012923

Black with #012923

Text Example


Text Example

White with #012923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012923; }

 p { color: rgb(1,41,35); }

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

background-color css

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

 a { background-color: rgb(1,41,35); }

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

border-color css

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

 span { border-color: rgb(1,41,35); }

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