#02391F

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

Shades of British Racing Green #02391F

Tints of British Racing Green #02391F

Color information

#02391F (or 0x02391F) is unknown color: approx British Racing Green. HEX triplet: 02, 39 and 1F. RGB value is (2,57,31). Sum of RGB (Red+Green+Blue) = 2+57+31=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 57 (22.66% from 255 or 63.33% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 57 - color contains mainly: green. Hex color #02391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02391F is #FDC6E0. Grayscale: #252525. Windows color (decimal): -16631521 or 2046210. OLE color: 2046210.

HSL color Cylindrical-coordinate representation of color #02391F: hue angle of 151.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02391F is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB25731-
CMYK0.9600.460.78
HSL151.64º93.22%11.57%-
HSV(B)151.64º96.49%22.35%-
XYZ1.743.041.79-
YUV37.59124.28102.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 57 (22.66% from 255) = 63.33%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=2.22%
G=63.33%
B=34.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal257310.9600.460.78151.6493.2211.57
Hex2391F6002E4E985dc
Octal2713714005611623013514
Binary10111001111111100000010111010011101001100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02391F; }

 p { color: rgb(2,57,31); }

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

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

 a { background-color: rgb(2,57,31); }

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

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

 span { border-color: rgb(2,57,31); }

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