Html Css Color HEX #063F2A British Racing Green

📋 copy color: '#063F2A'

red 6 ◦ green 63 ◦ blue 42

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

Shades of British Racing Green #063F2A

Tints of British Racing Green #063F2A

RGB

 RED value IS 6 (2.73% from 255) = 5.41%

 GREEN value IS 63 (25% from 255) = 56.76%

 BLUE value IS 42 (16.8% from 255) = 37.84%

R = 5.41%
G = 56.76%
B = 37.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#063F2A (or 0x063F2A) is known color: British Racing Green. HEX triplet: 06, 3F and 2A. RGB value is (6,63,42). Sum of RGB (Red+Green+Blue) = 6+63+42=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 63 (25% from 255 or 56.76% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 63 - color contains mainly: green. Hex color #063F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F2A is #F9C0D5. Grayscale: #2B2B2B. Windows color (decimal): -16367830 or 2768646. OLE color: 2768646.

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

Color convert

RGB 6 63 42 -
CMYK 0.90 0 0.33 0.75
HSL 157.89º 0.83% 0.14% -
HSV(B) 157.89º 0.9% 0.25% -
XYZ 2.27 3.76 2.8 -
YUV 43.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 6 63 42 0.90 0 0.33 0.75 157.89 0.83 0.14
Hex 6 3F 2A 5A 0 21 4B 9E 53 E
Octal 6 77 52 132 0 41 113 236 123 16
Binary 110 111111 101010 1011010 0 100001 1001011 10011110 1010011 1110

Color Harmonies of #063F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F2A

Black with #063F2A

Text Example


Text Example

White with #063F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #063F2A;
 }
 .AnyTagClassName
 {
   color: #063F2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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