Html Css Color HEX #004528 British Racing Green

📋 copy color: '#004528'

red 0 ◦ green 69 ◦ blue 40

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

Shades of British Racing Green #004528

Tints of British Racing Green #004528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.7%

R = 0%
G = 63.3%
B = 36.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#004528 (or 0x004528) is known color: British Racing Green. HEX triplet: 00, 45 and 28. RGB value is (0,69,40). Sum of RGB (Red+Green+Blue) = 0+69+40=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #004528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004528 is #FFBAD7. Grayscale: #2D2D2D. Windows color (decimal): -16759512 or 2639104. OLE color: 2639104.

HSL color Cylindrical-coordinate representation of color #004528: hue angle of 154.78º 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 #004528 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 69 40 -
CMYK 1 0 0.42 0.73
HSL 154.78º 1% 0.14% -
HSV(B) 154.78º 1% 0.27% -
XYZ 2.51 4.41 2.73 -
YUV 45.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 0 69 40 1 0 0.42 0.73 154.78 1 0.14
Hex 0 45 28 64 0 2A 49 9B 64 E
Octal 0 105 50 144 0 52 111 233 144 16
Binary 0 1000101 101000 1100100 0 101010 1001001 10011011 1100100 1110

Color Harmonies of #004528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004528

Black with #004528

Text Example


Text Example

White with #004528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004528; }

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

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

background-color css

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

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

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

border-color css

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

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

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