Html Css Color HEX #06422B British Racing Green

📋 copy color: '#06422B'

red 6 ◦ green 66 ◦ blue 43

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

Shades of British Racing Green #06422B

Tints of British Racing Green #06422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.39%

 BLUE value IS 43 (17.19% from 255) = 37.39%

R = 5.22%
G = 57.39%
B = 37.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#06422B (or 0x06422B) is known color: British Racing Green. HEX triplet: 06, 42 and 2B. RGB value is (6,66,43). Sum of RGB (Red+Green+Blue) = 6+66+43=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #06422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06422B is #F9BDD4. Grayscale: #2D2D2D. Windows color (decimal): -16367061 or 2834950. OLE color: 2834950.

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

Color convert

RGB 6 66 43 -
CMYK 0.91 0 0.35 0.74
HSL 157º 0.83% 0.14% -
HSV(B) 157º 0.91% 0.26% -
XYZ 2.46 4.11 2.95 -
YUV 45.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 6 66 43 0.91 0 0.35 0.74 157 0.83 0.14
Hex 6 42 2B 5B 0 23 4A 9D 53 E
Octal 6 102 53 133 0 43 112 235 123 16
Binary 110 1000010 101011 1011011 0 100011 1001010 10011101 1010011 1110

Color Harmonies of #06422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06422B

Black with #06422B

Text Example


Text Example

White with #06422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,66,43); }

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

background-color css

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

 a { background-color: rgb(6,66,43); }

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

border-color css

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

 span { border-color: rgb(6,66,43); }

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