Html Css Color HEX #03441F British Racing Green

📋 copy color: '#03441F'

red 3 ◦ green 68 ◦ blue 31

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

Shades of British Racing Green #03441F

Tints of British Racing Green #03441F

RGB

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

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

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

R = 2.94%
G = 66.67%
B = 30.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#03441F (or 0x03441F) is known color: British Racing Green. HEX triplet: 03, 44 and 1F. RGB value is (3,68,31). Sum of RGB (Red+Green+Blue) = 3+68+31=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #03441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03441F is #FCBBE0. Grayscale: #2C2C2C. Windows color (decimal): -16563169 or 2049027. OLE color: 2049027.

HSL color Cylindrical-coordinate representation of color #03441F: hue angle of 145.85º 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 #03441F is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 68 31 -
CMYK 0.96 0 0.54 0.73
HSL 145.85º 0.92% 0.14% -
HSV(B) 145.85º 0.96% 0.27% -
XYZ 2.35 4.25 1.99 -
YUV 44.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 3 68 31 0.96 0 0.54 0.73 145.85 0.92 0.14
Hex 3 44 1F 60 0 36 49 92 5C E
Octal 3 104 37 140 0 66 111 222 134 16
Binary 11 1000100 11111 1100000 0 110110 1001001 10010010 1011100 1110

Color Harmonies of #03441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03441F

Black with #03441F

Text Example


Text Example

White with #03441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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