Html Css Color HEX #03401D British Racing Green

📋 copy color: '#03401D'

red 3 ◦ green 64 ◦ blue 29

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

Shades of British Racing Green #03401D

Tints of British Racing Green #03401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 30.21%

R = 3.13%
G = 66.67%
B = 30.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#03401D (or 0x03401D) is known color: British Racing Green. HEX triplet: 03, 40 and 1D. RGB value is (3,64,29). Sum of RGB (Red+Green+Blue) = 3+64+29=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #03401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401D is #FCBFE2. Grayscale: #292929. Windows color (decimal): -16564195 or 1916931. OLE color: 1916931.

HSL color Cylindrical-coordinate representation of color #03401D: hue angle of 145.57º 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 #03401D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 64 29 -
CMYK 0.95 0 0.55 0.75
HSL 145.57º 0.91% 0.13% -
HSV(B) 145.57º 0.95% 0.25% -
XYZ 2.09 3.77 1.78 -
YUV 41.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 3 64 29 0.95 0 0.55 0.75 145.57 0.91 0.13
Hex 3 40 1D 5F 0 37 4B 92 5B D
Octal 3 100 35 137 0 67 113 222 133 15
Binary 11 1000000 11101 1011111 0 110111 1001011 10010010 1011011 1101

Color Harmonies of #03401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03401D

Black with #03401D

Text Example


Text Example

White with #03401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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