Html Css Color HEX #013B30 Dark Green

📋 copy color: '#013B30'

red 1 ◦ green 59 ◦ blue 48

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

Shades of Dark Green #013B30

Tints of Dark Green #013B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 54.63%

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

R = 0.93%
G = 54.63%
B = 44.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#013B30 (or 0x013B30) is known color: Dark Green. HEX triplet: 01, 3B and 30. RGB value is (1,59,48). Sum of RGB (Red+Green+Blue) = 1+59+48=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #013B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B30 is #FEC4CF. Grayscale: #282828. Windows color (decimal): -16696528 or 3160833. OLE color: 3160833.

HSL color Cylindrical-coordinate representation of color #013B30: hue angle of 168.62º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B30 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 59 48 -
CMYK 0.98 0 0.19 0.77
HSL 168.62º 0.97% 0.12% -
HSV(B) 168.62º 0.98% 0.23% -
XYZ 2.11 3.35 3.33 -
YUV 40.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 1 59 48 0.98 0 0.19 0.77 168.62 0.97 0.12
Hex 1 3B 30 62 0 13 4D A9 61 C
Octal 1 73 60 142 0 23 115 251 141 14
Binary 1 111011 110000 1100010 0 10011 1001101 10101001 1100001 1100

Color Harmonies of #013B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B30

Black with #013B30

Text Example


Text Example

White with #013B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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