Html Css Color HEX #03421D British Racing Green

📋 copy color: '#03421D'

red 3 ◦ green 66 ◦ blue 29

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

Shades of British Racing Green #03421D

Tints of British Racing Green #03421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 67.35%

 BLUE value IS 29 (11.72% from 255) = 29.59%

R = 3.06%
G = 67.35%
B = 29.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#03421D (or 0x03421D) is known color: British Racing Green. HEX triplet: 03, 42 and 1D. RGB value is (3,66,29). Sum of RGB (Red+Green+Blue) = 3+66+29=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #03421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03421D is #FCBDE2. Grayscale: #2B2B2B. Windows color (decimal): -16563683 or 1917443. OLE color: 1917443.

HSL color Cylindrical-coordinate representation of color #03421D: hue angle of 144.76º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03421D is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 66 29 -
CMYK 0.95 0 0.56 0.74
HSL 144.76º 0.91% 0.14% -
HSV(B) 144.76º 0.95% 0.26% -
XYZ 2.21 4 1.82 -
YUV 42.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 3 66 29 0.95 0 0.56 0.74 144.76 0.91 0.14
Hex 3 42 1D 5F 0 38 4A 91 5B E
Octal 3 102 35 137 0 70 112 221 133 16
Binary 11 1000010 11101 1011111 0 111000 1001010 10010001 1011011 1110

Color Harmonies of #03421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03421D

Black with #03421D

Text Example


Text Example

White with #03421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,66,29); }

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

background-color css

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

 a { background-color: rgb(3,66,29); }

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

border-color css

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

 span { border-color: rgb(3,66,29); }

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