Html Css Color HEX #06482A British Racing Green

📋 copy color: '#06482A'

red 6 ◦ green 72 ◦ blue 42

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

Shades of British Racing Green #06482A

Tints of British Racing Green #06482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 35%

R = 5%
G = 60%
B = 35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#06482A (or 0x06482A) is known color: British Racing Green. HEX triplet: 06, 48 and 2A. RGB value is (6,72,42). Sum of RGB (Red+Green+Blue) = 6+72+42=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #06482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06482A is #F9B7D5. Grayscale: #303030. Windows color (decimal): -16365526 or 2770950. OLE color: 2770950.

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

Color convert

RGB 6 72 42 -
CMYK 0.92 0 0.42 0.72
HSL 152.73º 0.85% 0.15% -
HSV(B) 152.73º 0.92% 0.28% -
XYZ 2.81 4.84 2.98 -
YUV 48.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 6 72 42 0.92 0 0.42 0.72 152.73 0.85 0.15
Hex 6 48 2A 5C 0 2A 48 99 55 F
Octal 6 110 52 134 0 52 110 231 125 17
Binary 110 1001000 101010 1011100 0 101010 1001000 10011001 1010101 1111

Color Harmonies of #06482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06482A

Black with #06482A

Text Example


Text Example

White with #06482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06482A; }

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

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

background-color css

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

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

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

border-color css

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

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

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