Html Css Color HEX #0A4023 British Racing Green

📋 copy color: '#0A4023'

red 10 ◦ green 64 ◦ blue 35

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

Shades of British Racing Green #0A4023

Tints of British Racing Green #0A4023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 32.11%

R = 9.17%
G = 58.72%
B = 32.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#0A4023 (or 0x0A4023) is known color: British Racing Green. HEX triplet: 0A, 40 and 23. RGB value is (10,64,35). Sum of RGB (Red+Green+Blue) = 10+64+35=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4023 is #F5BFDC. Grayscale: #2C2C2C. Windows color (decimal): -16105437 or 2310154. OLE color: 2310154.

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

Color convert

RGB 10 64 35 -
CMYK 0.84 0 0.45 0.75
HSL 147.78º 0.73% 0.15% -
HSV(B) 147.78º 0.84% 0.25% -
XYZ 2.26 3.85 2.21 -
YUV 44.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 10 64 35 0.84 0 0.45 0.75 147.78 0.73 0.15
Hex A 40 23 54 0 2D 4B 94 49 F
Octal 12 100 43 124 0 55 113 224 111 17
Binary 1010 1000000 100011 1010100 0 101101 1001011 10010100 1001001 1111

Color Harmonies of #0A4023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4023

Black with #0A4023

Text Example


Text Example

White with #0A4023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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