#024422

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

Shades of British Racing Green #024422

Tints of British Racing Green #024422

Color information

#024422 (or 0x024422) is unknown color: approx British Racing Green. HEX triplet: 02, 44 and 22. RGB value is (2,68,34). Sum of RGB (Red+Green+Blue) = 2+68+34=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #024422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024422 is #FDBBDD. Grayscale: #2C2C2C. Windows color (decimal): -16628702 or 2245634. OLE color: 2245634.

HSL color Cylindrical-coordinate representation of color #024422: hue angle of 149.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024422 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB26834-
CMYK0.9700.500.73
HSL149.09º94.29%13.73%-
HSV(B)149.09º97.06%26.67%-
XYZ2.384.262.21-
YUV44.39122.1397.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=1.92%
G=65.38%
B=32.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268340.9700.500.73149.0994.2913.73
Hex244226103249955ee
Octal21044214106211122513616
Binary1010001001000101100001011001010010011001010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024422; }

 p { color: rgb(2,68,34); }

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

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

 a { background-color: rgb(2,68,34); }

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

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

 span { border-color: rgb(2,68,34); }

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