#023F14

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

Shades of British Racing Green #023F14

Tints of British Racing Green #023F14

Color information

#023F14 (or 0x023F14) is unknown color: approx British Racing Green. HEX triplet: 02, 3F and 14. RGB value is (2,63,20). Sum of RGB (Red+Green+Blue) = 2+63+20=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #023F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F14 is #FDC0EB. Grayscale: #272727. Windows color (decimal): -16629996 or 1326850. OLE color: 1326850.

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

Color convert

RGB26320-
CMYK0.9700.680.75
HSL137.7º93.85%12.75%-
HSV(B)137.7º96.83%24.71%-
XYZ1.933.621.26-
YUV39.86116.79101-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 63 (25% from 255) = 74.12%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=2.35%
G=74.12%
B=23.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263200.9700.680.75137.793.8512.75
Hex23F14610444B8a5ed
Octal27724141010411321213615
Binary101111111010011000010100010010010111000101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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