#065028

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

Shades of British Racing Green #065028

Tints of British Racing Green #065028

Color information

#065028 (or 0x065028) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 28. RGB value is (6,80,40). Sum of RGB (Red+Green+Blue) = 6+80+40=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #065028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065028 is #F9AFD7. Grayscale: #353535. Windows color (decimal): -16363480 or 2641926. OLE color: 2641926.

HSL color Cylindrical-coordinate representation of color #065028: hue angle of 147.57º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065028 is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB68040-
CMYK0.9200.50.69
HSL147.57º86.05%16.86%-
HSV(B)147.57º92.5%31.37%-
XYZ3.335.932.98-
YUV53.31120.4894.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 80 (31.64% from 255) = 63.49%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=4.76%
G=63.49%
B=31.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680400.9200.50.69147.5786.0516.86
Hex650285C03245945611
Octal61205013406210522412621
Binary110101000010100010111000110010100010110010100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065028; }

 p { color: rgb(6,80,40); }

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

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

 a { background-color: rgb(6,80,40); }

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

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

 span { border-color: rgb(6,80,40); }

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