Html Css Color HEX #013630 Dark Green

📋 copy color: '#013630'

red 1 ◦ green 54 ◦ blue 48

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

Shades of Dark Green #013630

Tints of Dark Green #013630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 46.6%

R = 0.97%
G = 52.43%
B = 46.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#013630 (or 0x013630) is known color: Dark Green. HEX triplet: 01, 36 and 30. RGB value is (1,54,48). Sum of RGB (Red+Green+Blue) = 1+54+48=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #013630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013630 is #FEC9CF. Grayscale: #252525. Windows color (decimal): -16697808 or 3159553. OLE color: 3159553.

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

Color convert

RGB 1 54 48 -
CMYK 0.98 0 0.11 0.79
HSL 173.21º 0.96% 0.11% -
HSV(B) 173.21º 0.98% 0.21% -
XYZ 1.87 2.86 3.25 -
YUV 37.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 1 54 48 0.98 0 0.11 0.79 173.21 0.96 0.11
Hex 1 36 30 62 0 B 4F AD 60 B
Octal 1 66 60 142 0 13 117 255 140 13
Binary 1 110110 110000 1100010 0 1011 1001111 10101101 1100000 1011

Color Harmonies of #013630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013630

Black with #013630

Text Example


Text Example

White with #013630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013630; }

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

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

background-color css

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

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

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

border-color css

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

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

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