Html Css Color HEX #064B2F British Racing Green

📋 copy color: '#064B2F'

red 6 ◦ green 75 ◦ blue 47

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

Shades of British Racing Green #064B2F

Tints of British Racing Green #064B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 58.59%

 BLUE value IS 47 (18.75% from 255) = 36.72%

R = 4.69%
G = 58.59%
B = 36.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#064B2F (or 0x064B2F) is known color: British Racing Green. HEX triplet: 06, 4B and 2F. RGB value is (6,75,47). Sum of RGB (Red+Green+Blue) = 6+75+47=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #064B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B2F is #F9B4D0. Grayscale: #333333. Windows color (decimal): -16364753 or 3099398. OLE color: 3099398.

HSL color Cylindrical-coordinate representation of color #064B2F: hue angle of 155.65º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B2F is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 75 47 -
CMYK 0.92 0 0.37 0.71
HSL 155.65º 0.85% 0.16% -
HSV(B) 155.65º 0.92% 0.29% -
XYZ 3.1 5.28 3.54 -
YUV 51.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 6 75 47 0.92 0 0.37 0.71 155.65 0.85 0.16
Hex 6 4B 2F 5C 0 25 47 9C 55 10
Octal 6 113 57 134 0 45 107 234 125 20
Binary 110 1001011 101111 1011100 0 100101 1000111 10011100 1010101 10000

Color Harmonies of #064B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B2F

Black with #064B2F

Text Example


Text Example

White with #064B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064B2F; }

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

 H1.HeaderClassName
 {
   color: #064B2F;
 }
 .AnyTagClassName
 {
   color: #064B2F;
 }
</style>

background-color css

<style>
 a { background-color: #064B2F; }

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

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

border-color css

<style>
 span { border-color: #064B2F; }

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

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