#023713

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

Shades of British Racing Green #023713

Tints of British Racing Green #023713

Color information

#023713 (or 0x023713) is unknown color: approx British Racing Green. HEX triplet: 02, 37 and 13. RGB value is (2,55,19). Sum of RGB (Red+Green+Blue) = 2+55+19=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #023713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023713 is #FDC8EC. Grayscale: #232323. Windows color (decimal): -16632045 or 1259266. OLE color: 1259266.

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

Color convert

RGB25519-
CMYK0.9600.650.78
HSL139.25º92.98%11.18%-
HSV(B)139.25º96.36%21.57%-
XYZ1.512.791.08-
YUV35.05118.94104.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 55 (21.88% from 255) = 72.37%
BLUE value IS 19 (7.81% from 255) = 25%
R=2.63%
G=72.37%
B=25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal255190.9600.650.78139.2592.9811.18
Hex23713600414E8b5db
Octal26723140010111621313513
Binary101101111001111000000100000110011101000101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023713; }

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

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

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

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

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

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

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

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