#023F31

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

Shades of British Racing Green #023F31

Tints of British Racing Green #023F31

Color information

#023F31 (or 0x023F31) is unknown color: approx British Racing Green. HEX triplet: 02, 3F and 31. RGB value is (2,63,49). Sum of RGB (Red+Green+Blue) = 2+63+49=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #023F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F31 is #FDC0CE. Grayscale: #2B2B2B. Windows color (decimal): -16629967 or 3227394. OLE color: 3227394.

HSL color Cylindrical-coordinate representation of color #023F31: hue angle of 166.23º 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 #023F31 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB26349-
CMYK0.9700.220.75
HSL166.23º93.85%12.75%-
HSV(B)166.23º96.83%24.71%-
XYZ2.363.793.51-
YUV43.16131.2998.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 63 (25% from 255) = 55.26%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=1.75%
G=55.26%
B=42.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263490.9700.220.75166.2393.8512.75
Hex23F31610164Ba65ed
Octal2776114102611324613615
Binary10111111110001110000101011010010111010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023F31; }

 p { color: rgb(2,63,49); }

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

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

 a { background-color: rgb(2,63,49); }

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

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

 span { border-color: rgb(2,63,49); }

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