#063F2C

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

Shades of British Racing Green #063F2C

Tints of British Racing Green #063F2C

Color information

#063F2C (or 0x063F2C) is unknown color: approx British Racing Green. HEX triplet: 06, 3F and 2C. RGB value is (6,63,44). Sum of RGB (Red+Green+Blue) = 6+63+44=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 63 (25% from 255 or 55.75% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 63 - color contains mainly: green. Hex color #063F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F2C is #F9C0D3. Grayscale: #2B2B2B. Windows color (decimal): -16367828 or 2899718. OLE color: 2899718.

HSL color Cylindrical-coordinate representation of color #063F2C: hue angle of 160º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F2C is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB66344-
CMYK0.9000.300.75
HSL160º82.61%13.53%-
HSV(B)160º90.48%24.71%-
XYZ2.313.782.99-
YUV43.79128.12101.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 63 (25% from 255) = 55.75%
BLUE value IS 44 (17.58% from 255) = 38.94%
R=5.31%
G=55.75%
B=38.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal663440.9000.300.7516082.6113.53
Hex63F2C5A01E4Ba053e
Octal6775413203611324012316
Binary110111111101100101101001111010010111010000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063F2C; }

 p { color: rgb(6,63,44); }

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

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

 a { background-color: rgb(6,63,44); }

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

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

 span { border-color: rgb(6,63,44); }

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