Html Css Color HEX #0A452F British Racing Green

📋 copy color: '#0A452F'

red 10 ◦ green 69 ◦ blue 47

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

Shades of British Racing Green #0A452F

Tints of British Racing Green #0A452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.76%

 BLUE value IS 47 (18.75% from 255) = 37.3%

R = 7.94%
G = 54.76%
B = 37.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#0A452F (or 0x0A452F) is known color: British Racing Green. HEX triplet: 0A, 45 and 2F. RGB value is (10,69,47). Sum of RGB (Red+Green+Blue) = 10+69+47=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #0A452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A452F is #F5BAD0. Grayscale: #303030. Windows color (decimal): -16104145 or 3097866. OLE color: 3097866.

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

Color convert

RGB 10 69 47 -
CMYK 0.86 0 0.32 0.73
HSL 157.63º 0.75% 0.15% -
HSV(B) 157.63º 0.86% 0.27% -
XYZ 2.77 4.53 3.42 -
YUV 48.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 10 69 47 0.86 0 0.32 0.73 157.63 0.75 0.15
Hex A 45 2F 56 0 20 49 9E 4B F
Octal 12 105 57 126 0 40 111 236 113 17
Binary 1010 1000101 101111 1010110 0 100000 1001001 10011110 1001011 1111

Color Harmonies of #0A452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A452F

Black with #0A452F

Text Example


Text Example

White with #0A452F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,69,47); }

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

background-color css

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

 a { background-color: rgb(10,69,47); }

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

border-color css

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

 span { border-color: rgb(10,69,47); }

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