Html Css Color HEX #0A4121 British Racing Green

📋 copy color: '#0A4121'

red 10 ◦ green 65 ◦ blue 33

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

Shades of British Racing Green #0A4121

Tints of British Racing Green #0A4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.19%

 BLUE value IS 33 (13.28% from 255) = 30.56%

R = 9.26%
G = 60.19%
B = 30.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#0A4121 (or 0x0A4121) is known color: British Racing Green. HEX triplet: 0A, 41 and 21. RGB value is (10,65,33). Sum of RGB (Red+Green+Blue) = 10+65+33=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4121 is #F5BEDE. Grayscale: #2C2C2C. Windows color (decimal): -16105183 or 2179338. OLE color: 2179338.

HSL color Cylindrical-coordinate representation of color #0A4121: hue angle of 145.09º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4121 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 65 33 -
CMYK 0.85 0 0.49 0.75
HSL 145.09º 0.73% 0.15% -
HSV(B) 145.09º 0.85% 0.25% -
XYZ 2.29 3.95 2.08 -
YUV 44.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 10 65 33 0.85 0 0.49 0.75 145.09 0.73 0.15
Hex A 41 21 55 0 31 4B 91 49 F
Octal 12 101 41 125 0 61 113 221 111 17
Binary 1010 1000001 100001 1010101 0 110001 1001011 10010001 1001001 1111

Color Harmonies of #0A4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4121

Black with #0A4121

Text Example


Text Example

White with #0A4121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,65,33); }

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

background-color css

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

 a { background-color: rgb(10,65,33); }

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

border-color css

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

 span { border-color: rgb(10,65,33); }

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