Html Css Color HEX #03441D British Racing Green

📋 copy color: '#03441D'

red 3 ◦ green 68 ◦ blue 29

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

Shades of British Racing Green #03441D

Tints of British Racing Green #03441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 68%

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

R = 3%
G = 68%
B = 29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#03441D (or 0x03441D) is known color: British Racing Green. HEX triplet: 03, 44 and 1D. RGB value is (3,68,29). Sum of RGB (Red+Green+Blue) = 3+68+29=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #03441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03441D is #FCBBE2. Grayscale: #2C2C2C. Windows color (decimal): -16563171 or 1917955. OLE color: 1917955.

HSL color Cylindrical-coordinate representation of color #03441D: hue angle of 144º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03441D is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 68 29 -
CMYK 0.96 0 0.57 0.73
HSL 144º 0.92% 0.14% -
HSV(B) 144º 0.96% 0.27% -
XYZ 2.33 4.24 1.86 -
YUV 44.12 119.47 98.67 -
System Red Green Blue C M Y K H S L
Decimal 3 68 29 0.96 0 0.57 0.73 144 0.92 0.14
Hex 3 44 1D 60 0 39 49 90 5C E
Octal 3 104 35 140 0 71 111 220 134 16
Binary 11 1000100 11101 1100000 0 111001 1001001 10010000 1011100 1110

Color Harmonies of #03441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03441D

Black with #03441D

Text Example


Text Example

White with #03441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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