Html Css Color HEX #0A4430 British Racing Green

📋 copy color: '#0A4430'

red 10 ◦ green 68 ◦ blue 48

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

Shades of British Racing Green #0A4430

Tints of British Racing Green #0A4430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.97%

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

R = 7.94%
G = 53.97%
B = 38.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#0A4430 (or 0x0A4430) is known color: British Racing Green. HEX triplet: 0A, 44 and 30. RGB value is (10,68,48). Sum of RGB (Red+Green+Blue) = 10+68+48=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4430 is #F5BBCF. Grayscale: #303030. Windows color (decimal): -16104400 or 3163146. OLE color: 3163146.

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

Color convert

RGB 10 68 48 -
CMYK 0.85 0 0.29 0.73
HSL 159.31º 0.74% 0.15% -
HSV(B) 159.31º 0.85% 0.27% -
XYZ 2.73 4.41 3.5 -
YUV 48.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 10 68 48 0.85 0 0.29 0.73 159.31 0.74 0.15
Hex A 44 30 55 0 1D 49 9F 4A F
Octal 12 104 60 125 0 35 111 237 112 17
Binary 1010 1000100 110000 1010101 0 11101 1001001 10011111 1001010 1111

Color Harmonies of #0A4430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4430

Black with #0A4430

Text Example


Text Example

White with #0A4430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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