#023813

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

Shades of British Racing Green #023813

Tints of British Racing Green #023813

Color information

#023813 (or 0x023813) is unknown color: approx British Racing Green. HEX triplet: 02, 38 and 13. RGB value is (2,56,19). Sum of RGB (Red+Green+Blue) = 2+56+19=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #023813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023813 is #FDC7EC. Grayscale: #232323. Windows color (decimal): -16631789 or 1259522. OLE color: 1259522.

HSL color Cylindrical-coordinate representation of color #023813: hue angle of 138.89º 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 #023813 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB25619-
CMYK0.9600.660.78
HSL138.89º93.1%11.37%-
HSV(B)138.89º96.43%21.96%-
XYZ1.562.891.09-
YUV35.64118.61104.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 56 (22.27% from 255) = 72.73%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=2.60%
G=72.73%
B=24.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256190.9600.660.78138.8993.111.37
Hex23813600424E8b5db
Octal27023140010211621313513
Binary101110001001111000000100001010011101000101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023813; }

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

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

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

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

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

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

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

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