#023F12

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

Shades of British Racing Green #023F12

Tints of British Racing Green #023F12

Color information

#023F12 (or 0x023F12) is unknown color: approx British Racing Green. HEX triplet: 02, 3F and 12. RGB value is (2,63,18). Sum of RGB (Red+Green+Blue) = 2+63+18=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 63 (25% from 255 or 75.90% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 63 - color contains mainly: green. Hex color #023F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F12 is #FDC0ED. Grayscale: #272727. Windows color (decimal): -16629998 or 1195778. OLE color: 1195778.

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

Color convert

RGB26318-
CMYK0.9700.710.75
HSL135.74º93.85%12.75%-
HSV(B)135.74º96.83%24.71%-
XYZ1.913.611.17-
YUV39.63115.79101.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 63 (25% from 255) = 75.90%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=2.41%
G=75.90%
B=21.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263180.9700.710.75135.7493.8512.75
Hex23F12610474B885ed
Octal27722141010711321013615
Binary101111111001011000010100011110010111000100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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