Html Css Color HEX #0A4022 British Racing Green

📋 copy color: '#0A4022'

red 10 ◦ green 64 ◦ blue 34

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

Shades of British Racing Green #0A4022

Tints of British Racing Green #0A4022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.48%

R = 9.26%
G = 59.26%
B = 31.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#0A4022 (or 0x0A4022) is known color: British Racing Green. HEX triplet: 0A, 40 and 22. RGB value is (10,64,34). Sum of RGB (Red+Green+Blue) = 10+64+34=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4022 is #F5BFDD. Grayscale: #2C2C2C. Windows color (decimal): -16105438 or 2244618. OLE color: 2244618.

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

Color convert

RGB 10 64 34 -
CMYK 0.84 0 0.47 0.75
HSL 146.67º 0.73% 0.15% -
HSV(B) 146.67º 0.84% 0.25% -
XYZ 2.25 3.85 2.14 -
YUV 44.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 10 64 34 0.84 0 0.47 0.75 146.67 0.73 0.15
Hex A 40 22 54 0 2F 4B 93 49 F
Octal 12 100 42 124 0 57 113 223 111 17
Binary 1010 1000000 100010 1010100 0 101111 1001011 10010011 1001001 1111

Color Harmonies of #0A4022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4022

Black with #0A4022

Text Example


Text Example

White with #0A4022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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