Html Css Color HEX #0A402C British Racing Green

📋 copy color: '#0A402C'

red 10 ◦ green 64 ◦ blue 44

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

Shades of British Racing Green #0A402C

Tints of British Racing Green #0A402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

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

R = 8.47%
G = 54.24%
B = 37.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#0A402C (or 0x0A402C) is known color: British Racing Green. HEX triplet: 0A, 40 and 2C. RGB value is (10,64,44). Sum of RGB (Red+Green+Blue) = 10+64+44=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #0A402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A402C is #F5BFD3. Grayscale: #2D2D2D. Windows color (decimal): -16105428 or 2899978. OLE color: 2899978.

HSL color Cylindrical-coordinate representation of color #0A402C: hue angle of 157.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A402C is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 64 44 -
CMYK 0.84 0 0.31 0.75
HSL 157.78º 0.73% 0.15% -
HSV(B) 157.78º 0.84% 0.25% -
XYZ 2.41 3.91 3.01 -
YUV 45.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 10 64 44 0.84 0 0.31 0.75 157.78 0.73 0.15
Hex A 40 2C 54 0 1F 4B 9E 49 F
Octal 12 100 54 124 0 37 113 236 111 17
Binary 1010 1000000 101100 1010100 0 11111 1001011 10011110 1001001 1111

Color Harmonies of #0A402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A402C

Black with #0A402C

Text Example


Text Example

White with #0A402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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