Html Css Color HEX #0A432A British Racing Green

📋 copy color: '#0A432A'

red 10 ◦ green 67 ◦ blue 42

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

Shades of British Racing Green #0A432A

Tints of British Racing Green #0A432A

RGB

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

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

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

R = 8.4%
G = 56.3%
B = 35.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.74

RGB Variations

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

Color information

#0A432A (or 0x0A432A) is known color: British Racing Green. HEX triplet: 0A, 43 and 2A. RGB value is (10,67,42). Sum of RGB (Red+Green+Blue) = 10+67+42=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #0A432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A432A is #F5BCD5. Grayscale: #2F2F2F. Windows color (decimal): -16104662 or 2769674. OLE color: 2769674.

HSL color Cylindrical-coordinate representation of color #0A432A: hue angle of 153.68º 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 #0A432A is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 67 42 -
CMYK 0.85 0 0.37 0.74
HSL 153.68º 0.74% 0.15% -
HSV(B) 153.68º 0.85% 0.26% -
XYZ 2.55 4.25 2.88 -
YUV 47.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 10 67 42 0.85 0 0.37 0.74 153.68 0.74 0.15
Hex A 43 2A 55 0 25 4A 9A 4A F
Octal 12 103 52 125 0 45 112 232 112 17
Binary 1010 1000011 101010 1010101 0 100101 1001010 10011010 1001010 1111

Color Harmonies of #0A432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A432A

Black with #0A432A

Text Example


Text Example

White with #0A432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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