Html Css Color HEX #06481B British Racing Green

📋 copy color: '#06481B'

red 6 ◦ green 72 ◦ blue 27

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

Shades of British Racing Green #06481B

Tints of British Racing Green #06481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.71%

R = 5.71%
G = 68.57%
B = 25.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#06481B (or 0x06481B) is known color: British Racing Green. HEX triplet: 06, 48 and 1B. RGB value is (6,72,27). Sum of RGB (Red+Green+Blue) = 6+72+27=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #06481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06481B is #F9B7E4. Grayscale: #2F2F2F. Windows color (decimal): -16365541 or 1787910. OLE color: 1787910.

HSL color Cylindrical-coordinate representation of color #06481B: hue angle of 139.09º 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 #06481B is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 27 -
CMYK 0.92 0 0.62 0.72
HSL 139.09º 0.85% 0.15% -
HSV(B) 139.09º 0.92% 0.28% -
XYZ 2.59 4.75 1.82 -
YUV 47.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 6 72 27 0.92 0 0.62 0.72 139.09 0.85 0.15
Hex 6 48 1B 5C 0 3E 48 8B 55 F
Octal 6 110 33 134 0 76 110 213 125 17
Binary 110 1001000 11011 1011100 0 111110 1001000 10001011 1010101 1111

Color Harmonies of #06481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06481B

Black with #06481B

Text Example


Text Example

White with #06481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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