Html Css Color HEX #04451C British Racing Green

📋 copy color: '#04451C'

red 4 ◦ green 69 ◦ blue 28

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

Shades of British Racing Green #04451C

Tints of British Racing Green #04451C

RGB

 RED value IS 4 (1.95% from 255) = 3.96%

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

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

R = 3.96%
G = 68.32%
B = 27.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#04451C (or 0x04451C) is known color: British Racing Green. HEX triplet: 04, 45 and 1C. RGB value is (4,69,28). Sum of RGB (Red+Green+Blue) = 4+69+28=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #04451C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04451C is #FBBAE3. Grayscale: #2C2C2C. Windows color (decimal): -16497380 or 1852676. OLE color: 1852676.

HSL color Cylindrical-coordinate representation of color #04451C: hue angle of 142.15º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04451C is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 69 28 -
CMYK 0.94 0 0.59 0.73
HSL 142.15º 0.89% 0.14% -
HSV(B) 142.15º 0.94% 0.27% -
XYZ 2.39 4.37 1.82 -
YUV 44.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 4 69 28 0.94 0 0.59 0.73 142.15 0.89 0.14
Hex 4 45 1C 5E 0 3B 49 8E 59 E
Octal 4 105 34 136 0 73 111 216 131 16
Binary 100 1000101 11100 1011110 0 111011 1001001 10001110 1011001 1110

Color Harmonies of #04451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04451C

Black with #04451C

Text Example


Text Example

White with #04451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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