Html Css Color HEX #0A4127 British Racing Green

📋 copy color: '#0A4127'

red 10 ◦ green 65 ◦ blue 39

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

Shades of British Racing Green #0A4127

Tints of British Racing Green #0A4127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.21%

R = 8.77%
G = 57.02%
B = 34.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#0A4127 (or 0x0A4127) is known color: British Racing Green. HEX triplet: 0A, 41 and 27. RGB value is (10,65,39). Sum of RGB (Red+Green+Blue) = 10+65+39=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4127 is #F5BED8. Grayscale: #2D2D2D. Windows color (decimal): -16105177 or 2572554. OLE color: 2572554.

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

Color convert

RGB 10 65 39 -
CMYK 0.85 0 0.40 0.75
HSL 151.64º 0.73% 0.15% -
HSV(B) 151.64º 0.85% 0.25% -
XYZ 2.38 3.99 2.56 -
YUV 45.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 10 65 39 0.85 0 0.40 0.75 151.64 0.73 0.15
Hex A 41 27 55 0 28 4B 98 49 F
Octal 12 101 47 125 0 50 113 230 111 17
Binary 1010 1000001 100111 1010101 0 101000 1001011 10011000 1001001 1111

Color Harmonies of #0A4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4127

Black with #0A4127

Text Example


Text Example

White with #0A4127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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