#004026

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

Shades of British Racing Green #004026

Tints of British Racing Green #004026

Color information

#004026 (or 0x004026) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 26. RGB value is (0,64,38). Sum of RGB (Red+Green+Blue) = 0+64+38=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #004026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004026 is #FFBFD9. Grayscale: #292929. Windows color (decimal): -16760794 or 2506752. OLE color: 2506752.

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

Color convert

RGB06438-
CMYK100.410.75
HSL155.62º100%12.55%-
HSV(B)155.62º100%25.1%-
XYZ2.183.812.45-
YUV41.9125.898.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 38 (15.23% from 255) = 37.25%
R=0%
G=62.75%
B=37.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06438100.410.75155.6210012.55
Hex04026640294B9c64d
Octal01004614405111323414415
Binary010000001001101100100010100110010111001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004026; }

 p { color: rgb(0,64,38); }

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

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

 a { background-color: rgb(0,64,38); }

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

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

 span { border-color: rgb(0,64,38); }

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