Html Css Color HEX #013B26 British Racing Green

📋 copy color: '#013B26'

red 1 ◦ green 59 ◦ blue 38

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

Shades of British Racing Green #013B26

Tints of British Racing Green #013B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 38.78%

R = 1.02%
G = 60.2%
B = 38.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#013B26 (or 0x013B26) is known color: British Racing Green. HEX triplet: 01, 3B and 26. RGB value is (1,59,38). Sum of RGB (Red+Green+Blue) = 1+59+38=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #013B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B26 is #FEC4D9. Grayscale: #272727. Windows color (decimal): -16696538 or 2505473. OLE color: 2505473.

HSL color Cylindrical-coordinate representation of color #013B26: hue angle of 158.28º 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 #013B26 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 59 38 -
CMYK 0.98 0 0.36 0.77
HSL 158.28º 0.97% 0.12% -
HSV(B) 158.28º 0.98% 0.23% -
XYZ 1.93 3.27 2.36 -
YUV 39.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 1 59 38 0.98 0 0.36 0.77 158.28 0.97 0.12
Hex 1 3B 26 62 0 24 4D 9E 61 C
Octal 1 73 46 142 0 44 115 236 141 14
Binary 1 111011 100110 1100010 0 100100 1001101 10011110 1100001 1100

Color Harmonies of #013B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B26

Black with #013B26

Text Example


Text Example

White with #013B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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