Html Css Color HEX #063D2B British Racing Green

📋 copy color: '#063D2B'

red 6 ◦ green 61 ◦ blue 43

#063D2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #063D2B

Tints of British Racing Green #063D2B

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 value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#063D2B (or 0x063D2B) is known color: 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

RGB 6 61 43 -
CMYK 0.90 0 0.30 0.76
HSL 160.36º 0.82% 0.13% -
HSV(B) 160.36º 0.9% 0.24% -
XYZ 2.18 3.55 2.86 -
YUV 42.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 6 61 43 0.90 0 0.30 0.76 160.36 0.82 0.13
Hex 6 3D 2B 5A 0 1E 4C A0 52 D
Octal 6 75 53 132 0 36 114 240 122 15
Binary 110 111101 101011 1011010 0 11110 1001100 10100000 1010010 1101

Color Harmonies of #063D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D2B

Black with #063D2B

Text Example


Text Example

White with #063D2B

Text Example


Text Example

HTML Codes & Css Web 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>