#063F2B

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

Shades of British Racing Green #063F2B

Tints of British Racing Green #063F2B

Color information

#063F2B (or 0x063F2B) is unknown color: approx British Racing Green. HEX triplet: 06, 3F and 2B. RGB value is (6,63,43). Sum of RGB (Red+Green+Blue) = 6+63+43=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #063F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F2B is #F9C0D4. Grayscale: #2B2B2B. Windows color (decimal): -16367829 or 2834182. OLE color: 2834182.

HSL color Cylindrical-coordinate representation of color #063F2B: hue angle of 158.95º 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 #063F2B is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB66343-
CMYK0.9000.320.75
HSL158.95º82.61%13.53%-
HSV(B)158.95º90.48%24.71%-
XYZ2.293.772.89-
YUV43.68127.62101.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 63 (25% from 255) = 56.25%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=5.36%
G=56.25%
B=38.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal663430.9000.320.75158.9582.6113.53
Hex63F2B5A0204B9f53e
Octal6775313204011323712316
Binary1101111111010111011010010000010010111001111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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