#063B2A

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

Shades of British Racing Green #063B2A

Tints of British Racing Green #063B2A

Color information

#063B2A (or 0x063B2A) is unknown color: approx British Racing Green. HEX triplet: 06, 3B and 2A. RGB value is (6,59,42). Sum of RGB (Red+Green+Blue) = 6+59+42=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #063B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B2A is #F9C4D5. Grayscale: #292929. Windows color (decimal): -16368854 or 2767622. OLE color: 2767622.

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

Color convert

RGB65942-
CMYK0.9000.290.77
HSL160.75º81.54%12.75%-
HSV(B)160.75º89.83%23.14%-
XYZ2.063.332.73-
YUV41.21128.44102.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 59 (23.44% from 255) = 55.14%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=5.61%
G=55.14%
B=39.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal659420.9000.290.77160.7581.5412.75
Hex63B2A5A01D4Da152d
Octal6735213203511524112215
Binary110111011101010101101001110110011011010000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,59,42); }

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

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

 a { background-color: rgb(6,59,42); }

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

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

 span { border-color: rgb(6,59,42); }

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