#02431A

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

Shades of British Racing Green #02431A

Tints of British Racing Green #02431A

Color information

#02431A (or 0x02431A) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 1A. RGB value is (2,67,26). Sum of RGB (Red+Green+Blue) = 2+67+26=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #02431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02431A is #FDBCE5. Grayscale: #2A2A2A. Windows color (decimal): -16628966 or 1721090. OLE color: 1721090.

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

Color convert

RGB26726-
CMYK0.9700.610.74
HSL142.15º94.2%13.53%-
HSV(B)142.15º97.01%26.27%-
XYZ2.224.11.65-
YUV42.89118.4798.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 67 (26.56% from 255) = 70.53%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=2.11%
G=70.53%
B=27.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267260.9700.610.74142.1594.213.53
Hex2431A6103D4A8e5ee
Octal21033214107511221613616
Binary101000011110101100001011110110010101000111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02431A; }

 p { color: rgb(2,67,26); }

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

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

 a { background-color: rgb(2,67,26); }

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

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

 span { border-color: rgb(2,67,26); }

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