Html Css Color HEX #01392B Dark Green

📋 copy color: '#01392B'

red 1 ◦ green 57 ◦ blue 43

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

Shades of Dark Green #01392B

Tints of Dark Green #01392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 56.44%

 BLUE value IS 43 (17.19% from 255) = 42.57%

R = 0.99%
G = 56.44%
B = 42.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#01392B (or 0x01392B) is known color: Dark Green. HEX triplet: 01, 39 and 2B. RGB value is (1,57,43). Sum of RGB (Red+Green+Blue) = 1+57+43=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #01392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01392B is #FEC6D4. Grayscale: #262626. Windows color (decimal): -16697045 or 2832641. OLE color: 2832641.

HSL color Cylindrical-coordinate representation of color #01392B: hue angle of 165º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01392B is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 43 -
CMYK 0.98 0 0.25 0.78
HSL 165º 0.97% 0.11% -
HSV(B) 165º 0.98% 0.22% -
XYZ 1.91 3.11 2.78 -
YUV 38.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 1 57 43 0.98 0 0.25 0.78 165 0.97 0.11
Hex 1 39 2B 62 0 19 4E A5 61 B
Octal 1 71 53 142 0 31 116 245 141 13
Binary 1 111001 101011 1100010 0 11001 1001110 10100101 1100001 1011

Color Harmonies of #01392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01392B

Black with #01392B

Text Example


Text Example

White with #01392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01392B; }

 p { color: rgb(1,57,43); }

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

background-color css

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

 a { background-color: rgb(1,57,43); }

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

border-color css

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

 span { border-color: rgb(1,57,43); }

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