Html Css Color HEX #03432A British Racing Green

📋 copy color: '#03432A'

red 3 ◦ green 67 ◦ blue 42

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

Shades of British Racing Green #03432A

Tints of British Racing Green #03432A

RGB

 RED value IS 3 (1.56% from 255) = 2.68%

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

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

R = 2.68%
G = 59.82%
B = 37.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.74

RGB Variations

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

Color information

#03432A (or 0x03432A) is known color: British Racing Green. HEX triplet: 03, 43 and 2A. RGB value is (3,67,42). Sum of RGB (Red+Green+Blue) = 3+67+42=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #03432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03432A is #FCBCD5. Grayscale: #2D2D2D. Windows color (decimal): -16563414 or 2769667. OLE color: 2769667.

HSL color Cylindrical-coordinate representation of color #03432A: hue angle of 156.56º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03432A is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 42 -
CMYK 0.96 0 0.37 0.74
HSL 156.56º 0.91% 0.14% -
HSV(B) 156.56º 0.96% 0.26% -
XYZ 2.46 4.2 2.87 -
YUV 45.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 3 67 42 0.96 0 0.37 0.74 156.56 0.91 0.14
Hex 3 43 2A 60 0 25 4A 9D 5B E
Octal 3 103 52 140 0 45 112 235 133 16
Binary 11 1000011 101010 1100000 0 100101 1001010 10011101 1011011 1110

Color Harmonies of #03432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03432A

Black with #03432A

Text Example


Text Example

White with #03432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03432A; }

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

 H1.HeaderClassName
 {
   color: #03432A;
 }
 .AnyTagClassName
 {
   color: #03432A;
 }
</style>

background-color css

<style>
 a { background-color: #03432A; }

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

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

border-color css

<style>
 span { border-color: #03432A; }

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

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