Html Css Color HEX #064B1E British Racing Green

📋 copy color: '#064B1E'

red 6 ◦ green 75 ◦ blue 30

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

Shades of British Racing Green #064B1E

Tints of British Racing Green #064B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 5.41%
G = 67.57%
B = 27.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#064B1E (or 0x064B1E) is known color: British Racing Green. HEX triplet: 06, 4B and 1E. RGB value is (6,75,30). Sum of RGB (Red+Green+Blue) = 6+75+30=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 75 (29.69% from 255 or 67.57% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 75 - color contains mainly: green. Hex color #064B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B1E is #F9B4E1. Grayscale: #313131. Windows color (decimal): -16364770 or 1985286. OLE color: 1985286.

HSL color Cylindrical-coordinate representation of color #064B1E: hue angle of 140.87º 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 #064B1E is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 75 30 -
CMYK 0.92 0 0.60 0.71
HSL 140.87º 0.85% 0.16% -
HSV(B) 140.87º 0.92% 0.29% -
XYZ 2.83 5.16 2.08 -
YUV 49.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 6 75 30 0.92 0 0.60 0.71 140.87 0.85 0.16
Hex 6 4B 1E 5C 0 3C 47 8D 55 10
Octal 6 113 36 134 0 74 107 215 125 20
Binary 110 1001011 11110 1011100 0 111100 1000111 10001101 1010101 10000

Color Harmonies of #064B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B1E

Black with #064B1E

Text Example


Text Example

White with #064B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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