Html Css Color HEX #064030 British Racing Green

📋 copy color: '#064030'

red 6 ◦ green 64 ◦ blue 48

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

Shades of British Racing Green #064030

Tints of British Racing Green #064030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

 BLUE value IS 48 (19.14% from 255) = 40.68%

R = 5.08%
G = 54.24%
B = 40.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#064030 (or 0x064030) is known color: British Racing Green. HEX triplet: 06, 40 and 30. RGB value is (6,64,48). Sum of RGB (Red+Green+Blue) = 6+64+48=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #064030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064030 is #F9BFCF. Grayscale: #2C2C2C. Windows color (decimal): -16367568 or 3162118. OLE color: 3162118.

HSL color Cylindrical-coordinate representation of color #064030: hue angle of 163.45º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064030 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 48 -
CMYK 0.91 0 0.25 0.75
HSL 163.45º 0.83% 0.14% -
HSV(B) 163.45º 0.91% 0.25% -
XYZ 2.44 3.92 3.42 -
YUV 44.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 6 64 48 0.91 0 0.25 0.75 163.45 0.83 0.14
Hex 6 40 30 5B 0 19 4B A3 53 E
Octal 6 100 60 133 0 31 113 243 123 16
Binary 110 1000000 110000 1011011 0 11001 1001011 10100011 1010011 1110

Color Harmonies of #064030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064030

Black with #064030

Text Example


Text Example

White with #064030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064030; }

 p { color: rgb(6,64,48); }

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

background-color css

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

 a { background-color: rgb(6,64,48); }

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

border-color css

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

 span { border-color: rgb(6,64,48); }

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