Html Css Color HEX #03401C British Racing Green

📋 copy color: '#03401C'

red 3 ◦ green 64 ◦ blue 28

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

Shades of British Racing Green #03401C

Tints of British Racing Green #03401C

RGB

 RED value IS 3 (1.56% from 255) = 3.16%

 GREEN value IS 64 (25.39% from 255) = 67.37%

 BLUE value IS 28 (11.33% from 255) = 29.47%

R = 3.16%
G = 67.37%
B = 29.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#03401C (or 0x03401C) is known color: British Racing Green. HEX triplet: 03, 40 and 1C. RGB value is (3,64,28). Sum of RGB (Red+Green+Blue) = 3+64+28=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #03401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401C is #FCBFE3. Grayscale: #292929. Windows color (decimal): -16564196 or 1851395. OLE color: 1851395.

HSL color Cylindrical-coordinate representation of color #03401C: hue angle of 144.59º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03401C is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 64 28 -
CMYK 0.95 0 0.56 0.75
HSL 144.59º 0.91% 0.13% -
HSV(B) 144.59º 0.95% 0.25% -
XYZ 2.08 3.77 1.72 -
YUV 41.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 3 64 28 0.95 0 0.56 0.75 144.59 0.91 0.13
Hex 3 40 1C 5F 0 38 4B 91 5B D
Octal 3 100 34 137 0 70 113 221 133 15
Binary 11 1000000 11100 1011111 0 111000 1001011 10010001 1011011 1101

Color Harmonies of #03401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03401C

Black with #03401C

Text Example


Text Example

White with #03401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03401C; }

 p { color: rgb(3,64,28); }

 H1.HeaderClassName
 {
   color: #03401C;
 }
 .AnyTagClassName
 {
   color: #03401C;
 }
</style>

background-color css

<style>
 a { background-color: #03401C; }

 a { background-color: rgb(3,64,28); }

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

border-color css

<style>
 span { border-color: #03401C; }

 span { border-color: rgb(3,64,28); }

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