#064F30

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

Shades of British Racing Green #064F30

Tints of British Racing Green #064F30

Color information

#064F30 (or 0x064F30) is unknown color: approx British Racing Green. HEX triplet: 06, 4F and 30. RGB value is (6,79,48). Sum of RGB (Red+Green+Blue) = 6+79+48=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #064F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F30 is #F9B0CF. Grayscale: #353535. Windows color (decimal): -16363728 or 3165958. OLE color: 3165958.

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

Color convert

RGB67948-
CMYK0.9200.390.69
HSL154.52º85.88%16.67%-
HSV(B)154.52º92.41%30.98%-
XYZ3.45.843.74-
YUV53.64124.8294.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 79 (31.25% from 255) = 59.40%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=4.51%
G=59.40%
B=36.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679480.9200.390.69154.5285.8816.67
Hex64F305C027459b5611
Octal61176013404710523312621
Binary110100111111000010111000100111100010110011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F30; }

 p { color: rgb(6,79,48); }

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

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

 a { background-color: rgb(6,79,48); }

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

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

 span { border-color: rgb(6,79,48); }

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