Html Css Color HEX #013E26 British Racing Green

📋 copy color: '#013E26'

red 1 ◦ green 62 ◦ blue 38

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

Shades of British Racing Green #013E26

Tints of British Racing Green #013E26

RGB

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

 GREEN value IS 62 (24.61% from 255) = 61.39%

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

R = 0.99%
G = 61.39%
B = 37.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.76

RGB Variations

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

Color information

#013E26 (or 0x013E26) is known color: British Racing Green. HEX triplet: 01, 3E and 26. RGB value is (1,62,38). Sum of RGB (Red+Green+Blue) = 1+62+38=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 62 (24.61% from 255 or 61.39% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 62 - color contains mainly: green. Hex color #013E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E26 is #FEC1D9. Grayscale: #292929. Windows color (decimal): -16695770 or 2506241. OLE color: 2506241.

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

Color convert

RGB 1 62 38 -
CMYK 0.98 0 0.39 0.76
HSL 156.39º 0.97% 0.12% -
HSV(B) 156.39º 0.98% 0.24% -
XYZ 2.08 3.59 2.42 -
YUV 41.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 1 62 38 0.98 0 0.39 0.76 156.39 0.97 0.12
Hex 1 3E 26 62 0 27 4C 9C 61 C
Octal 1 76 46 142 0 47 114 234 141 14
Binary 1 111110 100110 1100010 0 100111 1001100 10011100 1100001 1100

Color Harmonies of #013E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E26

Black with #013E26

Text Example


Text Example

White with #013E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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