Html Css Color HEX #03442B British Racing Green

📋 copy color: '#03442B'

red 3 ◦ green 68 ◦ blue 43

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

Shades of British Racing Green #03442B

Tints of British Racing Green #03442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.72%

R = 2.63%
G = 59.65%
B = 37.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#03442B (or 0x03442B) is known color: British Racing Green. HEX triplet: 03, 44 and 2B. RGB value is (3,68,43). Sum of RGB (Red+Green+Blue) = 3+68+43=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #03442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03442B is #FCBBD4. Grayscale: #2D2D2D. Windows color (decimal): -16563157 or 2835459. OLE color: 2835459.

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

Color convert

RGB 3 68 43 -
CMYK 0.96 0 0.37 0.73
HSL 156.92º 0.92% 0.14% -
HSV(B) 156.92º 0.96% 0.27% -
XYZ 2.54 4.33 2.99 -
YUV 45.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 3 68 43 0.96 0 0.37 0.73 156.92 0.92 0.14
Hex 3 44 2B 60 0 25 49 9D 5C E
Octal 3 104 53 140 0 45 111 235 134 16
Binary 11 1000100 101011 1100000 0 100101 1001001 10011101 1011100 1110

Color Harmonies of #03442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03442B

Black with #03442B

Text Example


Text Example

White with #03442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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