#024226

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

Shades of British Racing Green #024226

Tints of British Racing Green #024226

Color information

#024226 (or 0x024226) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 26. RGB value is (2,66,38). Sum of RGB (Red+Green+Blue) = 2+66+38=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #024226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024226 is #FDBDD9. Grayscale: #2B2B2B. Windows color (decimal): -16629210 or 2507266. OLE color: 2507266.

HSL color Cylindrical-coordinate representation of color #024226: hue angle of 153.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024226 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB26638-
CMYK0.9700.420.74
HSL153.75º94.12%13.33%-
HSV(B)153.75º96.97%25.88%-
XYZ2.324.052.49-
YUV43.67124.898.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 66 (26.17% from 255) = 62.26%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=1.89%
G=62.26%
B=35.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266380.9700.420.74153.7594.1213.33
Hex242266102A4A9a5ed
Octal21024614105211223213615
Binary1010000101001101100001010101010010101001101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024226; }

 p { color: rgb(2,66,38); }

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

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

 a { background-color: rgb(2,66,38); }

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

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

 span { border-color: rgb(2,66,38); }

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