#023818

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

Shades of British Racing Green #023818

Tints of British Racing Green #023818

Color information

#023818 (or 0x023818) is unknown color: approx British Racing Green. HEX triplet: 02, 38 and 18. RGB value is (2,56,24). Sum of RGB (Red+Green+Blue) = 2+56+24=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #023818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023818 is #FDC7E7. Grayscale: #242424. Windows color (decimal): -16631784 or 1587202. OLE color: 1587202.

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

Color convert

RGB25624-
CMYK0.9600.570.78
HSL144.44º93.1%11.37%-
HSV(B)144.44º96.43%21.96%-
XYZ1.62.911.34-
YUV36.21121.11103.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 56 (22.27% from 255) = 68.29%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=2.44%
G=68.29%
B=29.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256240.9600.570.78144.4493.111.37
Hex23818600394E905db
Octal2703014007111622013513
Binary10111000110001100000011100110011101001000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023818; }

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

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

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

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

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

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

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

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