Html Css Color HEX #0A402E British Racing Green

📋 copy color: '#0A402E'

red 10 ◦ green 64 ◦ blue 46

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

Shades of British Racing Green #0A402E

Tints of British Racing Green #0A402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.33%

R = 8.33%
G = 53.33%
B = 38.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#0A402E (or 0x0A402E) is known color: British Racing Green. HEX triplet: 0A, 40 and 2E. RGB value is (10,64,46). Sum of RGB (Red+Green+Blue) = 10+64+46=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #0A402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A402E is #F5BFD1. Grayscale: #2D2D2D. Windows color (decimal): -16105426 or 3031050. OLE color: 3031050.

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

Color convert

RGB 10 64 46 -
CMYK 0.84 0 0.28 0.75
HSL 160º 0.73% 0.15% -
HSV(B) 160º 0.84% 0.25% -
XYZ 2.45 3.93 3.21 -
YUV 45.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 10 64 46 0.84 0 0.28 0.75 160 0.73 0.15
Hex A 40 2E 54 0 1C 4B A0 49 F
Octal 12 100 56 124 0 34 113 240 111 17
Binary 1010 1000000 101110 1010100 0 11100 1001011 10100000 1001001 1111

Color Harmonies of #0A402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A402E

Black with #0A402E

Text Example


Text Example

White with #0A402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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