#063D2B

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

Shades of British Racing Green #063D2B

Tints of British Racing Green #063D2B

Color information

#063D2B (or 0x063D2B) is unknown color: approx British Racing Green. HEX triplet: 06, 3D and 2B. RGB value is (6,61,43). Sum of RGB (Red+Green+Blue) = 6+61+43=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #063D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D2B is #F9C2D4. Grayscale: #2A2A2A. Windows color (decimal): -16368341 or 2833670. OLE color: 2833670.

HSL color Cylindrical-coordinate representation of color #063D2B: hue angle of 160.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D2B is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB66143-
CMYK0.9000.300.76
HSL160.36º82.09%13.14%-
HSV(B)160.36º90.16%23.92%-
XYZ2.183.552.86-
YUV42.5128.28101.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 61 (24.22% from 255) = 55.45%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=5.45%
G=55.45%
B=39.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal661430.9000.300.76160.3682.0913.14
Hex63D2B5A01E4Ca052d
Octal6755313203611424012215
Binary110111101101011101101001111010011001010000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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