Html Css Color HEX #03451C British Racing Green

📋 copy color: '#03451C'

red 3 ◦ green 69 ◦ blue 28

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

Shades of British Racing Green #03451C

Tints of British Racing Green #03451C

RGB

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

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

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

R = 3%
G = 69%
B = 28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#03451C (or 0x03451C) is known color: British Racing Green. HEX triplet: 03, 45 and 1C. RGB value is (3,69,28). Sum of RGB (Red+Green+Blue) = 3+69+28=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 69 (27.34% from 255 or 69% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 69 - color contains mainly: green. Hex color #03451C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03451C is #FCBAE3. Grayscale: #2C2C2C. Windows color (decimal): -16562916 or 1852675. OLE color: 1852675.

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

Color convert

RGB 3 69 28 -
CMYK 0.96 0 0.59 0.73
HSL 142.73º 0.92% 0.14% -
HSV(B) 142.73º 0.96% 0.27% -
XYZ 2.38 4.36 1.81 -
YUV 44.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 3 69 28 0.96 0 0.59 0.73 142.73 0.92 0.14
Hex 3 45 1C 60 0 3B 49 8F 5C E
Octal 3 105 34 140 0 73 111 217 134 16
Binary 11 1000101 11100 1100000 0 111011 1001001 10001111 1011100 1110

Color Harmonies of #03451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03451C

Black with #03451C

Text Example


Text Example

White with #03451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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