Html Css Color HEX #03442C British Racing Green

📋 copy color: '#03442C'

red 3 ◦ green 68 ◦ blue 44

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

Shades of British Racing Green #03442C

Tints of British Racing Green #03442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 38.26%

R = 2.61%
G = 59.13%
B = 38.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#03442C (or 0x03442C) is known color: British Racing Green. HEX triplet: 03, 44 and 2C. RGB value is (3,68,44). Sum of RGB (Red+Green+Blue) = 3+68+44=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #03442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03442C is #FCBBD3. Grayscale: #2D2D2D. Windows color (decimal): -16563156 or 2900995. OLE color: 2900995.

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

Color convert

RGB 3 68 44 -
CMYK 0.96 0 0.35 0.73
HSL 157.85º 0.92% 0.14% -
HSV(B) 157.85º 0.96% 0.27% -
XYZ 2.56 4.34 3.08 -
YUV 45.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 3 68 44 0.96 0 0.35 0.73 157.85 0.92 0.14
Hex 3 44 2C 60 0 23 49 9E 5C E
Octal 3 104 54 140 0 43 111 236 134 16
Binary 11 1000100 101100 1100000 0 100011 1001001 10011110 1011100 1110

Color Harmonies of #03442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03442C

Black with #03442C

Text Example


Text Example

White with #03442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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