#02431E

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

Shades of British Racing Green #02431E

Tints of British Racing Green #02431E

Color information

#02431E (or 0x02431E) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 1E. RGB value is (2,67,30). Sum of RGB (Red+Green+Blue) = 2+67+30=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #02431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02431E is #FDBCE1. Grayscale: #2B2B2B. Windows color (decimal): -16628962 or 1983234. OLE color: 1983234.

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

Color convert

RGB26730-
CMYK0.9700.550.74
HSL145.85º94.2%13.53%-
HSV(B)145.85º97.01%26.27%-
XYZ2.274.121.9-
YUV43.35120.4798.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 67 (26.56% from 255) = 67.68%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=2.02%
G=67.68%
B=30.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267300.9700.550.74145.8594.213.53
Hex2431E610374A925ee
Octal21033614106711222213616
Binary101000011111101100001011011110010101001001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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