Html Css Color HEX #0A3F2A British Racing Green

📋 copy color: '#0A3F2A'

red 10 ◦ green 63 ◦ blue 42

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

Shades of British Racing Green #0A3F2A

Tints of British Racing Green #0A3F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 36.52%

R = 8.7%
G = 54.78%
B = 36.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#0A3F2A (or 0x0A3F2A) is known color: British Racing Green. HEX triplet: 0A, 3F and 2A. RGB value is (10,63,42). Sum of RGB (Red+Green+Blue) = 10+63+42=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3F2A is #F5C0D5. Grayscale: #2C2C2C. Windows color (decimal): -16105686 or 2768650. OLE color: 2768650.

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

Color convert

RGB 10 63 42 -
CMYK 0.84 0 0.33 0.75
HSL 156.23º 0.73% 0.14% -
HSV(B) 156.23º 0.84% 0.25% -
XYZ 2.32 3.79 2.8 -
YUV 44.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 10 63 42 0.84 0 0.33 0.75 156.23 0.73 0.14
Hex A 3F 2A 54 0 21 4B 9C 49 E
Octal 12 77 52 124 0 41 113 234 111 16
Binary 1010 111111 101010 1010100 0 100001 1001011 10011100 1001001 1110

Color Harmonies of #0A3F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3F2A

Black with #0A3F2A

Text Example


Text Example

White with #0A3F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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