Html Css Color HEX #03411C British Racing Green

📋 copy color: '#03411C'

red 3 ◦ green 65 ◦ blue 28

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

Shades of British Racing Green #03411C

Tints of British Racing Green #03411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 67.71%

 BLUE value IS 28 (11.33% from 255) = 29.17%

R = 3.13%
G = 67.71%
B = 29.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#03411C (or 0x03411C) is known color: British Racing Green. HEX triplet: 03, 41 and 1C. RGB value is (3,65,28). Sum of RGB (Red+Green+Blue) = 3+65+28=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #03411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411C is #FCBEE3. Grayscale: #2A2A2A. Windows color (decimal): -16563940 or 1851651. OLE color: 1851651.

HSL color Cylindrical-coordinate representation of color #03411C: hue angle of 144.19º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03411C is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 65 28 -
CMYK 0.95 0 0.57 0.75
HSL 144.19º 0.91% 0.13% -
HSV(B) 144.19º 0.95% 0.25% -
XYZ 2.14 3.88 1.74 -
YUV 42.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 3 65 28 0.95 0 0.57 0.75 144.19 0.91 0.13
Hex 3 41 1C 5F 0 39 4B 90 5B D
Octal 3 101 34 137 0 71 113 220 133 15
Binary 11 1000001 11100 1011111 0 111001 1001011 10010000 1011011 1101

Color Harmonies of #03411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03411C

Black with #03411C

Text Example


Text Example

White with #03411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,65,28); }

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

background-color css

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

 a { background-color: rgb(3,65,28); }

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

border-color css

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

 span { border-color: rgb(3,65,28); }

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