#023819

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

Shades of British Racing Green #023819

Tints of British Racing Green #023819

Color information

#023819 (or 0x023819) is unknown color: approx British Racing Green. HEX triplet: 02, 38 and 19. RGB value is (2,56,25). Sum of RGB (Red+Green+Blue) = 2+56+25=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 56 (22.27% from 255 or 67.47% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 56 - color contains mainly: green. Hex color #023819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023819 is #FDC7E6. Grayscale: #242424. Windows color (decimal): -16631783 or 1652738. OLE color: 1652738.

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

Color convert

RGB25625-
CMYK0.9600.550.78
HSL145.56º93.1%11.37%-
HSV(B)145.56º96.43%21.96%-
XYZ1.612.911.4-
YUV36.32121.61103.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 56 (22.27% from 255) = 67.47%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=2.41%
G=67.47%
B=30.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256250.9600.550.78145.5693.111.37
Hex23819600374E925db
Octal2703114006711622213513
Binary10111000110011100000011011110011101001001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023819; }

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

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

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

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

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

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

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

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