Html Css Color HEX #01362E Dark Green

📋 copy color: '#01362E'

red 1 ◦ green 54 ◦ blue 46

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

Shades of Dark Green #01362E

Tints of Dark Green #01362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 53.47%

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 0.99%
G = 53.47%
B = 45.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#01362E (or 0x01362E) is known color: Dark Green. HEX triplet: 01, 36 and 2E. RGB value is (1,54,46). Sum of RGB (Red+Green+Blue) = 1+54+46=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #01362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01362E is #FEC9D1. Grayscale: #252525. Windows color (decimal): -16697810 or 3028481. OLE color: 3028481.

HSL color Cylindrical-coordinate representation of color #01362E: hue angle of 170.94º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01362E is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 54 46 -
CMYK 0.98 0 0.15 0.79
HSL 170.94º 0.96% 0.11% -
HSV(B) 170.94º 0.98% 0.21% -
XYZ 1.82 2.84 3.04 -
YUV 37.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 1 54 46 0.98 0 0.15 0.79 170.94 0.96 0.11
Hex 1 36 2E 62 0 F 4F AB 60 B
Octal 1 66 56 142 0 17 117 253 140 13
Binary 1 110110 101110 1100010 0 1111 1001111 10101011 1100000 1011

Color Harmonies of #01362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01362E

Black with #01362E

Text Example


Text Example

White with #01362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01362E; }

 p { color: rgb(1,54,46); }

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

background-color css

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

 a { background-color: rgb(1,54,46); }

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

border-color css

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

 span { border-color: rgb(1,54,46); }

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