Html Css Color HEX #013C25 British Racing Green

📋 copy color: '#013C25'

red 1 ◦ green 60 ◦ blue 37

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

Shades of British Racing Green #013C25

Tints of British Racing Green #013C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 37.76%

R = 1.02%
G = 61.22%
B = 37.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#013C25 (or 0x013C25) is known color: British Racing Green. HEX triplet: 01, 3C and 25. RGB value is (1,60,37). Sum of RGB (Red+Green+Blue) = 1+60+37=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 60 (23.83% from 255 or 61.22% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 60 - color contains mainly: green. Hex color #013C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C25 is #FEC3DA. Grayscale: #272727. Windows color (decimal): -16696283 or 2440193. OLE color: 2440193.

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

Color convert

RGB 1 60 37 -
CMYK 0.98 0 0.38 0.76
HSL 156.61º 0.97% 0.12% -
HSV(B) 156.61º 0.98% 0.24% -
XYZ 1.96 3.37 2.3 -
YUV 39.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 1 60 37 0.98 0 0.38 0.76 156.61 0.97 0.12
Hex 1 3C 25 62 0 26 4C 9D 61 C
Octal 1 74 45 142 0 46 114 235 141 14
Binary 1 111100 100101 1100010 0 100110 1001100 10011101 1100001 1100

Color Harmonies of #013C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C25

Black with #013C25

Text Example


Text Example

White with #013C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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