Html Css Color HEX #0A3F27 British Racing Green

📋 copy color: '#0A3F27'

red 10 ◦ green 63 ◦ blue 39

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

Shades of British Racing Green #0A3F27

Tints of British Racing Green #0A3F27

RGB

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

 GREEN value IS 63 (25% from 255) = 56.25%

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

R = 8.93%
G = 56.25%
B = 34.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#0A3F27 (or 0x0A3F27) is known color: British Racing Green. HEX triplet: 0A, 3F and 27. RGB value is (10,63,39). Sum of RGB (Red+Green+Blue) = 10+63+39=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3F27 is #F5C0D8. Grayscale: #2C2C2C. Windows color (decimal): -16105689 or 2572042. OLE color: 2572042.

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

Color convert

RGB 10 63 39 -
CMYK 0.84 0 0.38 0.75
HSL 152.83º 0.73% 0.14% -
HSV(B) 152.83º 0.84% 0.25% -
XYZ 2.27 3.77 2.53 -
YUV 44.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 10 63 39 0.84 0 0.38 0.75 152.83 0.73 0.14
Hex A 3F 27 54 0 26 4B 99 49 E
Octal 12 77 47 124 0 46 113 231 111 16
Binary 1010 111111 100111 1010100 0 100110 1001011 10011001 1001001 1110

Color Harmonies of #0A3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3F27

Black with #0A3F27

Text Example


Text Example

White with #0A3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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