Html Css Color HEX #03442D British Racing Green

📋 copy color: '#03442D'

red 3 ◦ green 68 ◦ blue 45

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

Shades of British Racing Green #03442D

Tints of British Racing Green #03442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 38.79%

R = 2.59%
G = 58.62%
B = 38.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#03442D (or 0x03442D) is known color: British Racing Green. HEX triplet: 03, 44 and 2D. RGB value is (3,68,45). Sum of RGB (Red+Green+Blue) = 3+68+45=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #03442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03442D is #FCBBD2. Grayscale: #2D2D2D. Windows color (decimal): -16563155 or 2966531. OLE color: 2966531.

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

Color convert

RGB 3 68 45 -
CMYK 0.96 0 0.34 0.73
HSL 158.77º 0.92% 0.14% -
HSV(B) 158.77º 0.96% 0.27% -
XYZ 2.58 4.34 3.19 -
YUV 45.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 3 68 45 0.96 0 0.34 0.73 158.77 0.92 0.14
Hex 3 44 2D 60 0 22 49 9F 5C E
Octal 3 104 55 140 0 42 111 237 134 16
Binary 11 1000100 101101 1100000 0 100010 1001001 10011111 1011100 1110

Color Harmonies of #03442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03442D

Black with #03442D

Text Example


Text Example

White with #03442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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