Html Css Color HEX #0A442C British Racing Green

📋 copy color: '#0A442C'

red 10 ◦ green 68 ◦ blue 44

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

Shades of British Racing Green #0A442C

Tints of British Racing Green #0A442C

RGB

 RED value IS 10 (4.3% from 255) = 8.2%

 GREEN value IS 68 (26.95% from 255) = 55.74%

 BLUE value IS 44 (17.58% from 255) = 36.07%

R = 8.2%
G = 55.74%
B = 36.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#0A442C (or 0x0A442C) is known color: British Racing Green. HEX triplet: 0A, 44 and 2C. RGB value is (10,68,44). Sum of RGB (Red+Green+Blue) = 10+68+44=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #0A442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A442C is #F5BBD3. Grayscale: #2F2F2F. Windows color (decimal): -16104404 or 2901002. OLE color: 2901002.

HSL color Cylindrical-coordinate representation of color #0A442C: hue angle of 155.17º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A442C is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 10 68 44 -
CMYK 0.85 0 0.35 0.73
HSL 155.17º 0.74% 0.15% -
HSV(B) 155.17º 0.85% 0.27% -
XYZ 2.65 4.38 3.09 -
YUV 47.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 10 68 44 0.85 0 0.35 0.73 155.17 0.74 0.15
Hex A 44 2C 55 0 23 49 9B 4A F
Octal 12 104 54 125 0 43 111 233 112 17
Binary 1010 1000100 101100 1010101 0 100011 1001001 10011011 1001010 1111

Color Harmonies of #0A442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A442C

Black with #0A442C

Text Example


Text Example

White with #0A442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A442C; }

 p { color: rgb(10,68,44); }

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

background-color css

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

 a { background-color: rgb(10,68,44); }

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

border-color css

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

 span { border-color: rgb(10,68,44); }

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