#004428

Color #004428 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #004428

Tints of British Racing Green #004428

Color information

#004428 (or 0x004428) is unknown color: approx British Racing Green. HEX triplet: 00, 44 and 28. RGB value is (0,68,40). Sum of RGB (Red+Green+Blue) = 0+68+40=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #004428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004428 is #FFBBD7. Grayscale: #2C2C2C. Windows color (decimal): -16759768 or 2638848. OLE color: 2638848.

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

Color convert

RGB06840-
CMYK100.410.73
HSL155.29º100%13.33%-
HSV(B)155.29º100%26.67%-
XYZ2.454.292.71-
YUV44.48125.4796.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 62.96%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=0%
G=62.96%
B=37.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06840100.410.73155.2910013.33
Hex0442864029499b64d
Octal01045014405111123314415
Binary010001001010001100100010100110010011001101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004428; }

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

 H1.HeaderClassName
 {
   color: #004428;
 }
 .AnyTagClassName
 {
   color: #004428;
 }
</style>
background-color css

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

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

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

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

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

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