Html Css Color HEX #013C2B British Racing Green

📋 copy color: '#013C2B'

red 1 ◦ green 60 ◦ blue 43

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

Shades of British Racing Green #013C2B

Tints of British Racing Green #013C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 41.35%

R = 0.96%
G = 57.69%
B = 41.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#013C2B (or 0x013C2B) is known color: British Racing Green. HEX triplet: 01, 3C and 2B. RGB value is (1,60,43). Sum of RGB (Red+Green+Blue) = 1+60+43=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #013C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C2B is #FEC3D4. Grayscale: #282828. Windows color (decimal): -16696277 or 2833409. OLE color: 2833409.

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

Color convert

RGB 1 60 43 -
CMYK 0.98 0 0.28 0.76
HSL 162.71º 0.97% 0.12% -
HSV(B) 162.71º 0.98% 0.24% -
XYZ 2.06 3.41 2.84 -
YUV 40.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 1 60 43 0.98 0 0.28 0.76 162.71 0.97 0.12
Hex 1 3C 2B 62 0 1C 4C A3 61 C
Octal 1 74 53 142 0 34 114 243 141 14
Binary 1 111100 101011 1100010 0 11100 1001100 10100011 1100001 1100

Color Harmonies of #013C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C2B

Black with #013C2B

Text Example


Text Example

White with #013C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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