#0A3E23

Color #0A3E23 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #0A3E23

Tints of British Racing Green #0A3E23

Color information

#0A3E23 (or 0x0A3E23) is unknown color: approx British Racing Green. HEX triplet: 0A, 3E and 23. RGB value is (10,62,35). Sum of RGB (Red+Green+Blue) = 10+62+35=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 62 (24.61% from 255 or 57.94% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E23 is #F5C1DC. Grayscale: #2B2B2B. Windows color (decimal): -16105949 or 2309642. OLE color: 2309642.

HSL color Cylindrical-coordinate representation of color #0A3E23: hue angle of 148.85º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3E23 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.

Color convert

RGB106235-
CMYK0.8400.440.76
HSL148.85º72.22%14.12%-
HSV(B)148.85º83.87%24.31%-
XYZ2.153.632.18-
YUV43.37123.27104.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.35%
GREEN value IS 62 (24.61% from 255) = 57.94%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=9.35%
G=57.94%
B=32.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1062350.8400.440.76148.8572.2214.12
HexA3E235402C4C9548e
Octal12764312405411422511016
Binary10101111101000111010100010110010011001001010110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,62,35); }

 H1.HeaderClassName
 {
   color: #0A3E23;
 }
 .AnyTagClassName
 {
   color: #0A3E23;
 }
</style>
background-color css

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

 a { background-color: rgb(10,62,35); }

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

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

 span { border-color: rgb(10,62,35); }

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