Html Css Color HEX #013C28 British Racing Green

📋 copy color: '#013C28'

red 1 ◦ green 60 ◦ blue 40

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

Shades of British Racing Green #013C28

Tints of British Racing Green #013C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 59.41%

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

R = 0.99%
G = 59.41%
B = 39.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#013C28 (or 0x013C28) is known color: British Racing Green. HEX triplet: 01, 3C and 28. RGB value is (1,60,40). Sum of RGB (Red+Green+Blue) = 1+60+40=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 60 (23.83% from 255 or 59.41% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 60 - color contains mainly: green. Hex color #013C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C28 is #FEC3D7. Grayscale: #282828. Windows color (decimal): -16696280 or 2636801. OLE color: 2636801.

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

Color convert

RGB 1 60 40 -
CMYK 0.98 0 0.33 0.76
HSL 159.66º 0.97% 0.12% -
HSV(B) 159.66º 0.98% 0.24% -
XYZ 2.01 3.39 2.56 -
YUV 40.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 1 60 40 0.98 0 0.33 0.76 159.66 0.97 0.12
Hex 1 3C 28 62 0 21 4C A0 61 C
Octal 1 74 50 142 0 41 114 240 141 14
Binary 1 111100 101000 1100010 0 100001 1001100 10100000 1100001 1100

Color Harmonies of #013C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C28

Black with #013C28

Text Example


Text Example

White with #013C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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