Html Css Color HEX #013E28 British Racing Green

📋 copy color: '#013E28'

red 1 ◦ green 62 ◦ blue 40

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

Shades of British Racing Green #013E28

Tints of British Racing Green #013E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 38.83%

R = 0.97%
G = 60.19%
B = 38.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.76

RGB Variations

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

Color information

#013E28 (or 0x013E28) is known color: British Racing Green. HEX triplet: 01, 3E and 28. RGB value is (1,62,40). Sum of RGB (Red+Green+Blue) = 1+62+40=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 62 (24.61% from 255 or 60.19% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 62 - color contains mainly: green. Hex color #013E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E28 is #FEC1D7. Grayscale: #292929. Windows color (decimal): -16695768 or 2637313. OLE color: 2637313.

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

Color convert

RGB 1 62 40 -
CMYK 0.98 0 0.35 0.76
HSL 158.36º 0.97% 0.12% -
HSV(B) 158.36º 0.98% 0.24% -
XYZ 2.12 3.6 2.59 -
YUV 41.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 1 62 40 0.98 0 0.35 0.76 158.36 0.97 0.12
Hex 1 3E 28 62 0 23 4C 9E 61 C
Octal 1 76 50 142 0 43 114 236 141 14
Binary 1 111110 101000 1100010 0 100011 1001100 10011110 1100001 1100

Color Harmonies of #013E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E28

Black with #013E28

Text Example


Text Example

White with #013E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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