#065229

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

Shades of British Racing Green #065229

Tints of British Racing Green #065229

Color information

#065229 (or 0x065229) is unknown color: approx British Racing Green. HEX triplet: 06, 52 and 29. RGB value is (6,82,41). Sum of RGB (Red+Green+Blue) = 6+82+41=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #065229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065229 is #F9ADD6. Grayscale: #363636. Windows color (decimal): -16362967 or 2707974. OLE color: 2707974.

HSL color Cylindrical-coordinate representation of color #065229: hue angle of 147.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065229 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB68241-
CMYK0.9300.500.68
HSL147.63º86.36%17.25%-
HSV(B)147.63º92.68%32.16%-
XYZ3.496.233.12-
YUV54.6120.3293.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 82 (32.42% from 255) = 63.57%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=4.65%
G=63.57%
B=31.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682410.9300.500.68147.6386.3617.25
Hex652295D03244945611
Octal61225113506210422412621
Binary110101001010100110111010110010100010010010100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065229; }

 p { color: rgb(6,82,41); }

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

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

 a { background-color: rgb(6,82,41); }

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

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

 span { border-color: rgb(6,82,41); }

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