#004926

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

Shades of British Racing Green #004926

Tints of British Racing Green #004926

Color information

#004926 (or 0x004926) is unknown color: approx British Racing Green. HEX triplet: 00, 49 and 26. RGB value is (0,73,38). Sum of RGB (Red+Green+Blue) = 0+73+38=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #004926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004926 is #FFB6D9. Grayscale: #2F2F2F. Windows color (decimal): -16758490 or 2509056. OLE color: 2509056.

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

Color convert

RGB07338-
CMYK100.480.71
HSL151.23º100%14.31%-
HSV(B)151.23º100%28.63%-
XYZ2.734.912.64-
YUV47.18122.8294.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 65.77%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=0%
G=65.77%
B=34.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07338100.480.71151.2310014.31
Hex0492664030479764e
Octal01114614406010722714416
Binary010010011001101100100011000010001111001011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004926; }

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

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

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

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

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

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

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

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