#024122

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

Shades of British Racing Green #024122

Tints of British Racing Green #024122

Color information

#024122 (or 0x024122) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 22. RGB value is (2,65,34). Sum of RGB (Red+Green+Blue) = 2+65+34=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #024122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024122 is #FDBEDD. Grayscale: #2A2A2A. Windows color (decimal): -16629470 or 2244866. OLE color: 2244866.

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

Color convert

RGB26534-
CMYK0.9700.480.75
HSL150.48º94.03%13.14%-
HSV(B)150.48º96.92%25.49%-
XYZ2.23.912.15-
YUV42.63123.1399.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 65 (25.78% from 255) = 64.36%
BLUE value IS 34 (13.67% from 255) = 33.66%
R=1.98%
G=64.36%
B=33.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265340.9700.480.75150.4894.0313.14
Hex24122610304B965ed
Octal21014214106011322613615
Binary1010000011000101100001011000010010111001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024122; }

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

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

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

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

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

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

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

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