Html Css Color HEX #03432E British Racing Green

📋 copy color: '#03432E'

red 3 ◦ green 67 ◦ blue 46

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

Shades of British Racing Green #03432E

Tints of British Racing Green #03432E

RGB

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

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

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

R = 2.59%
G = 57.76%
B = 39.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.74

RGB Variations

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

Color information

#03432E (or 0x03432E) is known color: British Racing Green. HEX triplet: 03, 43 and 2E. RGB value is (3,67,46). Sum of RGB (Red+Green+Blue) = 3+67+46=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #03432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03432E is #FCBCD1. Grayscale: #2D2D2D. Windows color (decimal): -16563410 or 3031811. OLE color: 3031811.

HSL color Cylindrical-coordinate representation of color #03432E: hue angle of 160.31º 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 #03432E is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 46 -
CMYK 0.96 0 0.31 0.74
HSL 160.31º 0.91% 0.14% -
HSV(B) 160.31º 0.96% 0.26% -
XYZ 2.54 4.23 3.27 -
YUV 45.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 3 67 46 0.96 0 0.31 0.74 160.31 0.91 0.14
Hex 3 43 2E 60 0 1F 4A A0 5B E
Octal 3 103 56 140 0 37 112 240 133 16
Binary 11 1000011 101110 1100000 0 11111 1001010 10100000 1011011 1110

Color Harmonies of #03432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03432E

Black with #03432E

Text Example


Text Example

White with #03432E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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