Html Css Color HEX #0A402D British Racing Green

📋 copy color: '#0A402D'

red 10 ◦ green 64 ◦ blue 45

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

Shades of British Racing Green #0A402D

Tints of British Racing Green #0A402D

RGB

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

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

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

R = 8.4%
G = 53.78%
B = 37.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#0A402D (or 0x0A402D) is known color: British Racing Green. HEX triplet: 0A, 40 and 2D. RGB value is (10,64,45). Sum of RGB (Red+Green+Blue) = 10+64+45=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #0A402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A402D is #F5BFD2. Grayscale: #2D2D2D. Windows color (decimal): -16105427 or 2965514. OLE color: 2965514.

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

Color convert

RGB 10 64 45 -
CMYK 0.84 0 0.30 0.75
HSL 158.89º 0.73% 0.15% -
HSV(B) 158.89º 0.84% 0.25% -
XYZ 2.43 3.92 3.11 -
YUV 45.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 10 64 45 0.84 0 0.30 0.75 158.89 0.73 0.15
Hex A 40 2D 54 0 1E 4B 9F 49 F
Octal 12 100 55 124 0 36 113 237 111 17
Binary 1010 1000000 101101 1010100 0 11110 1001011 10011111 1001001 1111

Color Harmonies of #0A402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A402D

Black with #0A402D

Text Example


Text Example

White with #0A402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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