Html Css Color HEX #03451D British Racing Green

📋 copy color: '#03451D'

red 3 ◦ green 69 ◦ blue 29

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

Shades of British Racing Green #03451D

Tints of British Racing Green #03451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 68.32%

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

R = 2.97%
G = 68.32%
B = 28.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#03451D (or 0x03451D) is known color: British Racing Green. HEX triplet: 03, 45 and 1D. RGB value is (3,69,29). Sum of RGB (Red+Green+Blue) = 3+69+29=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #03451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03451D is #FCBAE2. Grayscale: #2C2C2C. Windows color (decimal): -16562915 or 1918211. OLE color: 1918211.

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

Color convert

RGB 3 69 29 -
CMYK 0.96 0 0.58 0.73
HSL 143.64º 0.92% 0.14% -
HSV(B) 143.64º 0.96% 0.27% -
XYZ 2.39 4.36 1.88 -
YUV 44.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 3 69 29 0.96 0 0.58 0.73 143.64 0.92 0.14
Hex 3 45 1D 60 0 3A 49 90 5C E
Octal 3 105 35 140 0 72 111 220 134 16
Binary 11 1000101 11101 1100000 0 111010 1001001 10010000 1011100 1110

Color Harmonies of #03451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03451D

Black with #03451D

Text Example


Text Example

White with #03451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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