Html Css Color HEX #0A4030 British Racing Green

📋 copy color: '#0A4030'

red 10 ◦ green 64 ◦ blue 48

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

Shades of British Racing Green #0A4030

Tints of British Racing Green #0A4030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.34%

R = 8.2%
G = 52.46%
B = 39.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#0A4030 (or 0x0A4030) is known color: British Racing Green. HEX triplet: 0A, 40 and 30. RGB value is (10,64,48). Sum of RGB (Red+Green+Blue) = 10+64+48=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4030 is #F5BFCF. Grayscale: #2E2E2E. Windows color (decimal): -16105424 or 3162122. OLE color: 3162122.

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

Color convert

RGB 10 64 48 -
CMYK 0.84 0 0.25 0.75
HSL 162.22º 0.73% 0.15% -
HSV(B) 162.22º 0.84% 0.25% -
XYZ 2.49 3.94 3.43 -
YUV 46.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 10 64 48 0.84 0 0.25 0.75 162.22 0.73 0.15
Hex A 40 30 54 0 19 4B A2 49 F
Octal 12 100 60 124 0 31 113 242 111 17
Binary 1010 1000000 110000 1010100 0 11001 1001011 10100010 1001001 1111

Color Harmonies of #0A4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4030

Black with #0A4030

Text Example


Text Example

White with #0A4030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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