#004128

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

Shades of British Racing Green #004128

Tints of British Racing Green #004128

Color information

#004128 (or 0x004128) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 28. RGB value is (0,65,40). Sum of RGB (Red+Green+Blue) = 0+65+40=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #004128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004128 is #FFBED7. Grayscale: #2A2A2A. Windows color (decimal): -16760536 or 2638080. OLE color: 2638080.

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

Color convert

RGB06540-
CMYK100.380.75
HSL156.92º100%12.75%-
HSV(B)156.92º100%25.49%-
XYZ2.273.932.65-
YUV42.72126.4797.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=0%
G=61.90%
B=38.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06540100.380.75156.9210012.75
Hex04128640264B9d64d
Octal01015014404611323514415
Binary010000011010001100100010011010010111001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004128; }

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

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

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

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

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

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

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

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