Html Css Color HEX #03401A British Racing Green

📋 copy color: '#03401A'

red 3 ◦ green 64 ◦ blue 26

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

Shades of British Racing Green #03401A

Tints of British Racing Green #03401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 68.82%

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 3.23%
G = 68.82%
B = 27.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#03401A (or 0x03401A) is known color: British Racing Green. HEX triplet: 03, 40 and 1A. RGB value is (3,64,26). Sum of RGB (Red+Green+Blue) = 3+64+26=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #03401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401A is #FCBFE5. Grayscale: #292929. Windows color (decimal): -16564198 or 1720323. OLE color: 1720323.

HSL color Cylindrical-coordinate representation of color #03401A: hue angle of 142.62º 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 #03401A is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 64 26 -
CMYK 0.95 0 0.59 0.75
HSL 142.62º 0.91% 0.13% -
HSV(B) 142.62º 0.95% 0.25% -
XYZ 2.06 3.76 1.59 -
YUV 41.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 3 64 26 0.95 0 0.59 0.75 142.62 0.91 0.13
Hex 3 40 1A 5F 0 3B 4B 8F 5B D
Octal 3 100 32 137 0 73 113 217 133 15
Binary 11 1000000 11010 1011111 0 111011 1001011 10001111 1011011 1101

Color Harmonies of #03401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03401A

Black with #03401A

Text Example


Text Example

White with #03401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03401A; }

 p { color: rgb(3,64,26); }

 H1.HeaderClassName
 {
   color: #03401A;
 }
 .AnyTagClassName
 {
   color: #03401A;
 }
</style>

background-color css

<style>
 a { background-color: #03401A; }

 a { background-color: rgb(3,64,26); }

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

border-color css

<style>
 span { border-color: #03401A; }

 span { border-color: rgb(3,64,26); }

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