Html Css Color HEX #0A402F British Racing Green

📋 copy color: '#0A402F'

red 10 ◦ green 64 ◦ blue 47

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

Shades of British Racing Green #0A402F

Tints of British Racing Green #0A402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.84%

R = 8.26%
G = 52.89%
B = 38.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#0A402F (or 0x0A402F) is known color: British Racing Green. HEX triplet: 0A, 40 and 2F. RGB value is (10,64,47). Sum of RGB (Red+Green+Blue) = 10+64+47=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #0A402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A402F is #F5BFD0. Grayscale: #2D2D2D. Windows color (decimal): -16105425 or 3096586. OLE color: 3096586.

HSL color Cylindrical-coordinate representation of color #0A402F: hue angle of 161.11º 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 #0A402F is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 64 47 -
CMYK 0.84 0 0.27 0.75
HSL 161.11º 0.73% 0.15% -
HSV(B) 161.11º 0.84% 0.25% -
XYZ 2.47 3.94 3.32 -
YUV 45.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 10 64 47 0.84 0 0.27 0.75 161.11 0.73 0.15
Hex A 40 2F 54 0 1B 4B A1 49 F
Octal 12 100 57 124 0 33 113 241 111 17
Binary 1010 1000000 101111 1010100 0 11011 1001011 10100001 1001001 1111

Color Harmonies of #0A402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A402F

Black with #0A402F

Text Example


Text Example

White with #0A402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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