Html Css Color HEX #0A442D British Racing Green

📋 copy color: '#0A442D'

red 10 ◦ green 68 ◦ blue 45

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

Shades of British Racing Green #0A442D

Tints of British Racing Green #0A442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 36.59%

R = 8.13%
G = 55.28%
B = 36.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#0A442D (or 0x0A442D) is known color: British Racing Green. HEX triplet: 0A, 44 and 2D. RGB value is (10,68,45). Sum of RGB (Red+Green+Blue) = 10+68+45=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #0A442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A442D is #F5BBD2. Grayscale: #303030. Windows color (decimal): -16104403 or 2966538. OLE color: 2966538.

HSL color Cylindrical-coordinate representation of color #0A442D: hue angle of 156.21º 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 #0A442D is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 10 68 45 -
CMYK 0.85 0 0.34 0.73
HSL 156.21º 0.74% 0.15% -
HSV(B) 156.21º 0.85% 0.27% -
XYZ 2.67 4.39 3.19 -
YUV 48.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 10 68 45 0.85 0 0.34 0.73 156.21 0.74 0.15
Hex A 44 2D 55 0 22 49 9C 4A F
Octal 12 104 55 125 0 42 111 234 112 17
Binary 1010 1000100 101101 1010101 0 100010 1001001 10011100 1001010 1111

Color Harmonies of #0A442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A442D

Black with #0A442D

Text Example


Text Example

White with #0A442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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