Html Css Color HEX #03442A British Racing Green

📋 copy color: '#03442A'

red 3 ◦ green 68 ◦ blue 42

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

Shades of British Racing Green #03442A

Tints of British Racing Green #03442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 37.17%

R = 2.65%
G = 60.18%
B = 37.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#03442A (or 0x03442A) is known color: British Racing Green. HEX triplet: 03, 44 and 2A. RGB value is (3,68,42). Sum of RGB (Red+Green+Blue) = 3+68+42=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #03442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03442A is #FCBBD5. Grayscale: #2D2D2D. Windows color (decimal): -16563158 or 2769923. OLE color: 2769923.

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

Color convert

RGB 3 68 42 -
CMYK 0.96 0 0.38 0.73
HSL 156º 0.92% 0.14% -
HSV(B) 156º 0.96% 0.27% -
XYZ 2.52 4.32 2.89 -
YUV 45.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 3 68 42 0.96 0 0.38 0.73 156 0.92 0.14
Hex 3 44 2A 60 0 26 49 9C 5C E
Octal 3 104 52 140 0 46 111 234 134 16
Binary 11 1000100 101010 1100000 0 100110 1001001 10011100 1011100 1110

Color Harmonies of #03442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03442A

Black with #03442A

Text Example


Text Example

White with #03442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03442A; }

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

 H1.HeaderClassName
 {
   color: #03442A;
 }
 .AnyTagClassName
 {
   color: #03442A;
 }
</style>

background-color css

<style>
 a { background-color: #03442A; }

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

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

border-color css

<style>
 span { border-color: #03442A; }

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

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