#083B24

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

Shades of British Racing Green #083B24

Tints of British Racing Green #083B24

Color information

#083B24 (or 0x083B24) is unknown color: approx British Racing Green. HEX triplet: 08, 3B and 24. RGB value is (8,59,36). Sum of RGB (Red+Green+Blue) = 8+59+36=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 59 (23.44% from 255 or 57.28% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 59 - color contains mainly: green. Hex color #083B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B24 is #F7C4DB. Grayscale: #292929. Windows color (decimal): -16237788 or 2374408. OLE color: 2374408.

HSL color Cylindrical-coordinate representation of color #083B24: hue angle of 152.94º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B24 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB85936-
CMYK0.8600.390.77
HSL152.94º76.12%13.14%-
HSV(B)152.94º86.44%23.14%-
XYZ1.983.312.2-
YUV41.13125.1104.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 59 (23.44% from 255) = 57.28%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=7.77%
G=57.28%
B=34.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal859360.8600.390.77152.9476.1213.14
Hex83B24560274D994cd
Octal10734412604711523111415
Binary10001110111001001010110010011110011011001100110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083B24; }

 p { color: rgb(8,59,36); }

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

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

 a { background-color: rgb(8,59,36); }

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

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

 span { border-color: rgb(8,59,36); }

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