Html Css Color HEX #004529 British Racing Green

📋 copy color: '#004529'

red 0 ◦ green 69 ◦ blue 41

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

Shades of British Racing Green #004529

Tints of British Racing Green #004529

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 41 (16.41% from 255) = 37.27%

R = 0%
G = 62.73%
B = 37.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#004529 (or 0x004529) is known color: British Racing Green. HEX triplet: 00, 45 and 29. RGB value is (0,69,41). Sum of RGB (Red+Green+Blue) = 0+69+41=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #004529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004529 is #FFBAD6. Grayscale: #2D2D2D. Windows color (decimal): -16759511 or 2704640. OLE color: 2704640.

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

Color convert

RGB 0 69 41 -
CMYK 1 0 0.41 0.73
HSL 155.65º 1% 0.14% -
HSV(B) 155.65º 1% 0.27% -
XYZ 2.53 4.42 2.82 -
YUV 45.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 0 69 41 1 0 0.41 0.73 155.65 1 0.14
Hex 0 45 29 64 0 29 49 9C 64 E
Octal 0 105 51 144 0 51 111 234 144 16
Binary 0 1000101 101001 1100100 0 101001 1001001 10011100 1100100 1110

Color Harmonies of #004529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004529

Black with #004529

Text Example


Text Example

White with #004529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004529; }

 p { color: rgb(0,69,41); }

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

background-color css

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

 a { background-color: rgb(0,69,41); }

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

border-color css

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

 span { border-color: rgb(0,69,41); }

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