Html Css Color HEX #03441B British Racing Green

📋 copy color: '#03441B'

red 3 ◦ green 68 ◦ blue 27

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

Shades of British Racing Green #03441B

Tints of British Racing Green #03441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.55%

R = 3.06%
G = 69.39%
B = 27.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#03441B (or 0x03441B) is known color: British Racing Green. HEX triplet: 03, 44 and 1B. RGB value is (3,68,27). Sum of RGB (Red+Green+Blue) = 3+68+27=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #03441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03441B is #FCBBE4. Grayscale: #2B2B2B. Windows color (decimal): -16563173 or 1786883. OLE color: 1786883.

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

Color convert

RGB 3 68 27 -
CMYK 0.96 0 0.60 0.73
HSL 142.15º 0.92% 0.14% -
HSV(B) 142.15º 0.96% 0.27% -
XYZ 2.3 4.23 1.73 -
YUV 43.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 3 68 27 0.96 0 0.60 0.73 142.15 0.92 0.14
Hex 3 44 1B 60 0 3C 49 8E 5C E
Octal 3 104 33 140 0 74 111 216 134 16
Binary 11 1000100 11011 1100000 0 111100 1001001 10001110 1011100 1110

Color Harmonies of #03441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03441B

Black with #03441B

Text Example


Text Example

White with #03441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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