#023814

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

Shades of British Racing Green #023814

Tints of British Racing Green #023814

Color information

#023814 (or 0x023814) is unknown color: approx British Racing Green. HEX triplet: 02, 38 and 14. RGB value is (2,56,20). Sum of RGB (Red+Green+Blue) = 2+56+20=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #023814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023814 is #FDC7EB. Grayscale: #232323. Windows color (decimal): -16631788 or 1325058. OLE color: 1325058.

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

Color convert

RGB25620-
CMYK0.9600.640.78
HSL140º93.1%11.37%-
HSV(B)140º96.43%21.96%-
XYZ1.572.891.14-
YUV35.75119.11103.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 56 (22.27% from 255) = 71.79%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=2.56%
G=71.79%
B=25.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256200.9600.640.7814093.111.37
Hex23814600404E8c5db
Octal27024140010011621413513
Binary101110001010011000000100000010011101000110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023814; }

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

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

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

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

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

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

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

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