Html Css Color HEX #03441E British Racing Green

📋 copy color: '#03441E'

red 3 ◦ green 68 ◦ blue 30

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

Shades of British Racing Green #03441E

Tints of British Racing Green #03441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 29.7%

R = 2.97%
G = 67.33%
B = 29.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#03441E (or 0x03441E) is known color: British Racing Green. HEX triplet: 03, 44 and 1E. RGB value is (3,68,30). Sum of RGB (Red+Green+Blue) = 3+68+30=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #03441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03441E is #FCBBE1. Grayscale: #2C2C2C. Windows color (decimal): -16563170 or 1983491. OLE color: 1983491.

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

Color convert

RGB 3 68 30 -
CMYK 0.96 0 0.56 0.73
HSL 144.92º 0.92% 0.14% -
HSV(B) 144.92º 0.96% 0.27% -
XYZ 2.34 4.25 1.92 -
YUV 44.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 3 68 30 0.96 0 0.56 0.73 144.92 0.92 0.14
Hex 3 44 1E 60 0 38 49 91 5C E
Octal 3 104 36 140 0 70 111 221 134 16
Binary 11 1000100 11110 1100000 0 111000 1001001 10010001 1011100 1110

Color Harmonies of #03441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03441E

Black with #03441E

Text Example


Text Example

White with #03441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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