#024223

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

Shades of British Racing Green #024223

Tints of British Racing Green #024223

Color information

#024223 (or 0x024223) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 23. RGB value is (2,66,35). Sum of RGB (Red+Green+Blue) = 2+66+35=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #024223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024223 is #FDBDDC. Grayscale: #2B2B2B. Windows color (decimal): -16629213 or 2310658. OLE color: 2310658.

HSL color Cylindrical-coordinate representation of color #024223: hue angle of 150.94º 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 #024223 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB26635-
CMYK0.9700.470.74
HSL150.94º94.12%13.33%-
HSV(B)150.94º96.97%25.88%-
XYZ2.284.032.25-
YUV43.33123.398.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 66 (26.17% from 255) = 64.08%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=1.94%
G=64.08%
B=33.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266350.9700.470.74150.9494.1213.33
Hex242236102F4A975ed
Octal21024314105711222713615
Binary1010000101000111100001010111110010101001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024223; }

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

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

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

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

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

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

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

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