Html Css Color HEX #003C1F British Racing Green

📋 copy color: '#003C1F'

red 0 ◦ green 60 ◦ blue 31

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

Shades of British Racing Green #003C1F

Tints of British Racing Green #003C1F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 31 (12.5% from 255) = 34.07%

R = 0%
G = 65.93%
B = 34.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#003C1F (or 0x003C1F) is known color: British Racing Green. HEX triplet: 00, 3C and 1F. RGB value is (0,60,31). Sum of RGB (Red+Green+Blue) = 0+60+31=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 60 (23.83% from 255 or 65.93% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 60 - color contains mainly: green. Hex color #003C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C1F is #FFC3E0. Grayscale: #262626. Windows color (decimal): -16761825 or 2046976. OLE color: 2046976.

HSL color Cylindrical-coordinate representation of color #003C1F: hue angle of 151º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C1F is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 60 31 -
CMYK 1 0 0.48 0.76
HSL 151º 1% 0.12% -
HSV(B) 151º 1% 0.24% -
XYZ 1.86 3.33 1.84 -
YUV 38.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 0 60 31 1 0 0.48 0.76 151 1 0.12
Hex 0 3C 1F 64 0 30 4C 97 64 C
Octal 0 74 37 144 0 60 114 227 144 14
Binary 0 111100 11111 1100100 0 110000 1001100 10010111 1100100 1100

Color Harmonies of #003C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C1F

Black with #003C1F

Text Example


Text Example

White with #003C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C1F; }

 p { color: rgb(0,60,31); }

 H1.HeaderClassName
 {
   color: #003C1F;
 }
 .AnyTagClassName
 {
   color: #003C1F;
 }
</style>

background-color css

<style>
 a { background-color: #003C1F; }

 a { background-color: rgb(0,60,31); }

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

border-color css

<style>
 span { border-color: #003C1F; }

 span { border-color: rgb(0,60,31); }

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