Html Css Color HEX #013C23 British Racing Green

📋 copy color: '#013C23'

red 1 ◦ green 60 ◦ blue 35

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

Shades of British Racing Green #013C23

Tints of British Racing Green #013C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 36.46%

R = 1.04%
G = 62.5%
B = 36.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.76

RGB Variations

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

Color information

#013C23 (or 0x013C23) is known color: British Racing Green. HEX triplet: 01, 3C and 23. RGB value is (1,60,35). Sum of RGB (Red+Green+Blue) = 1+60+35=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #013C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C23 is #FEC3DC. Grayscale: #272727. Windows color (decimal): -16696285 or 2309121. OLE color: 2309121.

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

Color convert

RGB 1 60 35 -
CMYK 0.98 0 0.42 0.76
HSL 154.58º 0.97% 0.12% -
HSV(B) 154.58º 0.98% 0.24% -
XYZ 1.93 3.36 2.14 -
YUV 39.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 1 60 35 0.98 0 0.42 0.76 154.58 0.97 0.12
Hex 1 3C 23 62 0 2A 4C 9B 61 C
Octal 1 74 43 142 0 52 114 233 141 14
Binary 1 111100 100011 1100010 0 101010 1001100 10011011 1100001 1100

Color Harmonies of #013C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C23

Black with #013C23

Text Example


Text Example

White with #013C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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