#063D2F

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

Shades of British Racing Green #063D2F

Tints of British Racing Green #063D2F

Color information

#063D2F (or 0x063D2F) is unknown color: approx British Racing Green. HEX triplet: 06, 3D and 2F. RGB value is (6,61,47). Sum of RGB (Red+Green+Blue) = 6+61+47=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #063D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D2F is #F9C2D0. Grayscale: #2A2A2A. Windows color (decimal): -16368337 or 3095814. OLE color: 3095814.

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

Color convert

RGB66147-
CMYK0.9000.230.76
HSL164.73º82.09%13.14%-
HSV(B)164.73º90.16%23.92%-
XYZ2.263.583.26-
YUV42.96130.28101.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 61 (24.22% from 255) = 53.51%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=5.26%
G=53.51%
B=41.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal661470.9000.230.76164.7382.0913.14
Hex63D2F5A0174Ca552d
Octal6755713202711424512215
Binary110111101101111101101001011110011001010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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