Html Css Color HEX #0A432E British Racing Green

📋 copy color: '#0A432E'

red 10 ◦ green 67 ◦ blue 46

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

Shades of British Racing Green #0A432E

Tints of British Racing Green #0A432E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.47%

 BLUE value IS 46 (18.36% from 255) = 37.4%

R = 8.13%
G = 54.47%
B = 37.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.74

RGB Variations

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

Color information

#0A432E (or 0x0A432E) is known color: British Racing Green. HEX triplet: 0A, 43 and 2E. RGB value is (10,67,46). Sum of RGB (Red+Green+Blue) = 10+67+46=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #0A432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A432E is #F5BCD1. Grayscale: #2F2F2F. Windows color (decimal): -16104658 or 3031818. OLE color: 3031818.

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

Color convert

RGB 10 67 46 -
CMYK 0.85 0 0.31 0.74
HSL 157.89º 0.74% 0.15% -
HSV(B) 157.89º 0.85% 0.26% -
XYZ 2.63 4.28 3.27 -
YUV 47.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 10 67 46 0.85 0 0.31 0.74 157.89 0.74 0.15
Hex A 43 2E 55 0 1F 4A 9E 4A F
Octal 12 103 56 125 0 37 112 236 112 17
Binary 1010 1000011 101110 1010101 0 11111 1001010 10011110 1001010 1111

Color Harmonies of #0A432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A432E

Black with #0A432E

Text Example


Text Example

White with #0A432E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,67,46); }

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

background-color css

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

 a { background-color: rgb(10,67,46); }

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

border-color css

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

 span { border-color: rgb(10,67,46); }

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