Html Css Color HEX #06481C British Racing Green

📋 copy color: '#06481C'

red 6 ◦ green 72 ◦ blue 28

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

Shades of British Racing Green #06481C

Tints of British Racing Green #06481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 67.92%

 BLUE value IS 28 (11.33% from 255) = 26.42%

R = 5.66%
G = 67.92%
B = 26.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#06481C (or 0x06481C) is known color: British Racing Green. HEX triplet: 06, 48 and 1C. RGB value is (6,72,28). Sum of RGB (Red+Green+Blue) = 6+72+28=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #06481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06481C is #F9B7E3. Grayscale: #2F2F2F. Windows color (decimal): -16365540 or 1853446. OLE color: 1853446.

HSL color Cylindrical-coordinate representation of color #06481C: hue angle of 140º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06481C is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 28 -
CMYK 0.92 0 0.61 0.72
HSL 140º 0.85% 0.15% -
HSV(B) 140º 0.92% 0.28% -
XYZ 2.6 4.76 1.88 -
YUV 47.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 6 72 28 0.92 0 0.61 0.72 140 0.85 0.15
Hex 6 48 1C 5C 0 3D 48 8C 55 F
Octal 6 110 34 134 0 75 110 214 125 17
Binary 110 1001000 11100 1011100 0 111101 1001000 10001100 1010101 1111

Color Harmonies of #06481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06481C

Black with #06481C

Text Example


Text Example

White with #06481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06481C; }

 p { color: rgb(6,72,28); }

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

background-color css

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

 a { background-color: rgb(6,72,28); }

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

border-color css

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

 span { border-color: rgb(6,72,28); }

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