Html Css Color HEX #003C1A British Racing Green

📋 copy color: '#003C1A'

red 0 ◦ green 60 ◦ blue 26

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

Shades of British Racing Green #003C1A

Tints of British Racing Green #003C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 30.23%

R = 0%
G = 69.77%
B = 30.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#003C1A (or 0x003C1A) is known color: British Racing Green. HEX triplet: 00, 3C and 1A. RGB value is (0,60,26). Sum of RGB (Red+Green+Blue) = 0+60+26=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 60 (23.83% from 255 or 69.77% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 60 - color contains mainly: green. Hex color #003C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C1A is #FFC3E5. Grayscale: #262626. Windows color (decimal): -16761830 or 1719296. OLE color: 1719296.

HSL color Cylindrical-coordinate representation of color #003C1A: hue angle of 146º 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 #003C1A is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 60 26 -
CMYK 1 0 0.57 0.76
HSL 146º 1% 0.12% -
HSV(B) 146º 1% 0.24% -
XYZ 1.8 3.31 1.52 -
YUV 38.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 0 60 26 1 0 0.57 0.76 146 1 0.12
Hex 0 3C 1A 64 0 39 4C 92 64 C
Octal 0 74 32 144 0 71 114 222 144 14
Binary 0 111100 11010 1100100 0 111001 1001100 10010010 1100100 1100

Color Harmonies of #003C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C1A

Black with #003C1A

Text Example


Text Example

White with #003C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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